url_encode()
??????????? URL ??,??? URL ???????? PHP ?,url_encode()
???????:
string url_encode ( string $str );
????:
$str
:??? URL ????????????????????????????????
??:
$text = "Hello, World!"; $encoded_text = url_encode($text); echo $encoded_text; // ??:Hello,+World!
??????,???????????????????? URL ?????????? URL ???????,???????? ,
? !
?
??,??? url_encode()
???,?????????????????????????????????????? URL ???