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