摘要:
这两天学习了支付宝接口即时到账程序,研究了一下原理,其中因为服务器不支持fsockopen,所以回调异步程序时失败 阅读全文
posted @ 2011-08-27 17:32
samson1989
阅读(2640)
评论(0)
推荐(0)
摘要:
curl函数的中文档案
curl_setopt — 为CURL调用设置一个选项
描述
bool curl_setopt (int ch, string option, mixed value)
curl_setopt()函数将为一个CURL会话设置选项。option参数是你想要的设置,value是这个选项给定的值。 阅读全文
posted @ 2011-08-27 08:42
samson1989
阅读(164)
评论(0)
推荐(0)