url_unescape
The url_unescape
method 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.