12 2015 档案

 
php 使用 curl 发送 post 数据
摘要:作为第三方开发商,经常会需要调用平台接口,远程调用,就要用到curl,其实质就是叫调用的方法与用到的参数以http post的方式发送至平台服务器。简单的例子:$url = 'http://'; //调用接口的平台服务地址$post_string = array('a'=>'b'); $ch... 阅读全文
posted @ 2015-12-13 19:27 BlueAmbition 阅读(10762) 评论(0) 推荐(1)