随笔分类 -  curl

PHP 使用header函数设置HTTP头的示例方法 表头 (xlsx下载)
摘要:转载http://justcoding.iteye.com/blog/601117///定义编码header( 'Content-Type:text/html;charset=utf-8 ');//Atomheader('Content-type: application/atom+xml');//... 阅读全文
posted @ 2014-06-18 10:02 yun007 阅读(3710) 评论(0) 推荐(0) 编辑
php curl常见错误:SSL错误、bool(false)
摘要:症状:php curl调用https出错排查方法:在命令行中使用curl调用试试。原因:服务器所在机房无法验证SSL证书。解决办法:跳过SSL证书检查。curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);症状:php curl调用curl_exec返回bo... 阅读全文
posted @ 2014-05-26 15:20 yun007 阅读(763) 评论(0) 推荐(0) 编辑