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