码迷,mamicode.com
首页 > Web开发 > 详细

curl pur delete post get请求类型参数

时间:2017-08-16 12:30:29      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:pre   url   int   etop   request   code   top   ret   omr   

curl如何发起DELETE/PUT请求

DELETE:

curl_setopt($ch, CURLOPT_CUSTOMREQUEST, ‘DELETE‘);

PUT:

curl_setopt($ch, CURLOPT_PUT, true);

GET:

curl_setopt($ch, CURLOPT_HTTPGET, true);

POST:

curl_setopt($ch, CURLOPT_POST, true);

curl pur delete post get请求类型参数

标签:pre   url   int   etop   request   code   top   ret   omr   

原文地址:http://www.cnblogs.com/xuhaohao/p/7372601.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!