开发者

PHP - what is the function to turn $ sign to %24 or any other special character?

开发者 https://www.devze.com 2022-12-10 22:10 出处:网络
htmlspecialc开发者_运维百科hars won\'t do it and neither does htmlentities.urlencode() Returns a string in which all

htmlspecialc开发者_运维百科hars won't do it and neither does htmlentities.


urlencode()

Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs. It is encoded the same way that the posted data from a WWW form is encoded, that is the same way as in application/x-www-form-urlencoded media type. This differs from the » RFC 1738 encoding (see rawurlencode()) in that for historical reasons, spaces are encoded as plus (+) signs.

http://php.net/urlencode


urlencode?


urlencode()

docs

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号