04 2016 档案

curl_setopt用此函数设置上传文件请求的兼容性调整
摘要:在用curl_setopt($curl, CURLOPT_POSTFIELDS, $fileData);这个函数设置时会报错如下 curl_setopt(): The usage of the @filename API for file uploading is deprecated. Please use the CURLFile class instead 查看了相关文档发现如下一段话 ... 阅读全文

posted @ 2016-04-18 12:51 Ryanyanglibin 阅读(612) 评论(0) 推荐(0)

搜房代码学习
摘要:基础的公共类: php写接口 1.入口index.php require '../../include/inc.php';//查看 http://www.cnblogs.com/xia520pi/p/3697099.html 知晓require 和include的区别 //设置最大使用内存数量 ini_set('memory_limit', '512M');// ini_se... 阅读全文

posted @ 2016-04-07 09:47 Ryanyanglibin 阅读(418) 评论(0) 推荐(0)

导航