推荐
专栏
教程
课程
飞鹅
本次共找到1257条
php培训
相关的信息
Stella981
•
3年前
PHP Array 函数
PHParray\_slice()函数PHPArray函数(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.w3school.com.cn%2Fphp%2Fphp_ref_array.asp)定义和用法array\_slice()函数在数组中
Wesley13
•
3年前
thirft with php(一)
AboutthriftTheApacheThriftsoftwareframework,forscalablecrosslanguageservicesdevelopment,combinesasoftwarestackwithacodegenerationengineto
Stella981
•
3年前
PHP strtr 函数
strtr一个一般业务开发很少用到函数;string strtr ( string $str , string $from , string $to )string strtr ( string $str , array $replace_pairs )有两种用法;三个参数:当传
Stella981
•
3年前
PHP rsa加密
为什么要进行数据加密嘿嘿,这个问题就和裸奔、裸睡一样,裸奔不好,裸睡可以。裸奔谁都能看到你的小秘密,丁丁太小会被发现噢。而裸睡不同,裸睡你是在家,门和窗是API但是都有相应的保护措施。裸睡在家更自由,速度更快更敏捷,但是在外面裸奔你可要注意了,万一有仇视裸奔行为的人发现了你酱紫,那就对不起啦,割掉你的小丁丁。所以,我们还是不要裸奔啦,让我们穿上
Wesley13
•
3年前
php makearray implode
Wesley13
•
3年前
PHP 分页类
//用法1:echoPage::instance(32,10,5,5,'show?p','&langzh')show();//用法2:echoPage::instance()show(32,10,5,5,'show?p','&langzh');//用法3:$pa
Stella981
•
3年前
FastCgi 与 PHP
CGI的作用CGI是为了保证webserver传递过来的数据是标准格式的,方便CGI程序的编写者。webserver(比如说nginx)只是内容的分发者。如果请求 /index.html,那么webserver会去文件系统中找到这个文件,发送给浏览器,这里分发的是静态数据。如果现在请求
Wesley13
•
3年前
PHP 与 GO
PHP!输入图片说明(https://static.oschina.net/uploads/img/201608/22112754_GEtW.png"在这里输入图片标题")输出json!输入图片说明(https://static.oschina.net/uploads/img/201608/22112825_n
Wesley13
•
3年前
PHP状态模式
状态设计模式状态模式的作用是允许对象在状态改变时改变其行为对象中频繁的状态非常依赖于条件语句,就自身来说条件语句并没有什么问题,不过,如果选项太多,以至于程序出现混乱,或者增加或改变选项需要太多的是时间。<?php/CreatedbyPhpStorm.User:ge
Wesley13
•
3年前
PHP创建常量
1
•••
29
30
31
•••
126