URLDecode
Decodes a URL-encoded string.
Method Signature
Arguments
Argument
Type
Required
Description
Default
string
any
true
The URL-encoded string to decode.
charset
string
false
The charset to use when decoding the string. Defaults to UTF-8.
UTF-8
Examples
Related
Last updated