urldecode
Declaration: string urldecode (string $str )
Description: Decodes URL-encoded string
Returns: the decoded string.
Parameters:
-
string $str:
The string to be decoded.
Documentation: http://www.php.net/manual/en/function.urldecode.php
Try urldecode Online Show me an example of urldecode
There are no Comments.








