urldecodeDecodes URL-encoded string Description
string urldecode(string
$string )
Decodes any Parameters
Return ValuesReturns the decoded string. Examples
Example #1 urldecode example
NotesWarning
The superglobals $_GET and $_REQUEST are already decoded. Using urldecode on an element in $_GET or $_REQUEST could have unexpected and dangerous results. |