码迷,mamicode.com
首页 > 其他好文 > 详细

curl_escape ---> 使用URL 编码给定的字符串

时间:2014-05-21 06:13:34      阅读:664      评论:0      收藏:0      [点我收藏+]

标签:des   class   c   code   ext   http   

curl_escape

(PHP 5 >= 5.5.0)

curl_escape — 使用 URL 编码给定的字符串

说明 ?

string curl_escape ( resource $ch , string $str )

该函数使用 URL 根据? RFC 3986编码给定的字符串。

参数 ?

ch

由 curl_init() 返回的 cURL 句柄。

str

需要编码的字符串

返回值 ?

返回编码后的字符串 或者在失败时返回 FALSE

curl_escape ---> 使用URL 编码给定的字符串,布布扣,bubuko.com

curl_escape ---> 使用URL 编码给定的字符串

标签:des   class   c   code   ext   http   

原文地址:http://www.cnblogs.com/fupeng/p/3739422.html

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