url_unescape
The url_unescape function replaces URL escaped characters and returns a standard string.
Syntax
url_unescape( input )
                                                
Arguments
| Argument | Description | 
|---|---|
| input | (string) The string to process. | 
Returns
(String). The modified string.