首頁  >  文章  >  後端開發  >  Php之Http请求urlencode/rawurlencode,phprawurlencode_PHP教程

Php之Http请求urlencode/rawurlencode,phprawurlencode_PHP教程

WBOY
WBOY原創
2016-07-13 09:56:251103瀏覽

Php之Http请求urlencode/rawurlencode,phprawurlencode

在http请求中,如果参数值带中文最好使用urlencode/rawurlencode函数.

如果参数值中带加号也最好使用,否则后台接收时,+号变成空格,引起不必要的麻烦.

注:urlencode和rawurlencode的区别:urlencode将空格编码为加号“+”,rawurlencode将空格编码为加号“%20”.

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/988268.htmlTechArticlePhp之Http请求urlencode/rawurlencode,phprawurlencode 在http请求中,如果参数值带中文最好使用urlencode/rawurlencode函数. 如果参数值中带加号也最好使用...
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn