url_escape
Percent-encodes a string.
Syntax
url_escape( input )
                                                
Arguments
| Argument | Description | 
|---|---|
| input | (string) The string to percent-encode. | 
Returns
(String). The percent-encoded string.