curl curl_setopt 函数的数据是使用数组还是用http_build_query进行处理 Published 2020-07-28 by 行舟 使用数组提供 post 数据时,CURL 组件大概… Continue readingcurl curl_setopt 函数的数据是使用数组还是用http_build_query进行处理 Leave a Comment
去除css中某个class的某属性 Published 2020-07-15 by 行舟 .layui-form-label{ width:… Continue reading去除css中某个class的某属性 Leave a Comment
PHP-fpm|cgi|fast-cgi|php-cgi相关名词解释 Published 2020-07-11 by 行舟 php-fpm 应用场景 php-fpm是个中间件… Continue readingPHP-fpm|cgi|fast-cgi|php-cgi相关名词解释 Leave a Comment
Apache服务器的一个缺点 Published 2020-07-11 by 行舟 Apache Web服务器和Apache mod_… Continue readingApache服务器的一个缺点 Leave a Comment
PHP推荐的好的组件和框架 Published 2020-07-10 by 行舟 https://github.com/ziadoz… Continue readingPHP推荐的好的组件和框架 Leave a Comment
php 通过网络获取的json数据最好先转换为utf8编码 | json_last_error 返回编解码失败信息 Published 2020-07-10 by 行舟 Make sure you pass in utf… Continue readingphp 通过网络获取的json数据最好先转换为utf8编码 | json_last_error 返回编解码失败信息 Leave a Comment
PHP 判断对象的方法是否存在method_exists Published 2020-07-08 by 行舟 method_exists($obj,’… Continue readingPHP 判断对象的方法是否存在method_exists Leave a Comment
php 首字母大写函数 Published 2020-07-08 by 行舟 ucfirst($foo); 第一个单次首字母… Continue readingphp 首字母大写函数 Leave a Comment