Function URLDECODE
Decodes a URL-encoded string.
Example
urldecode(string string,[string charset]):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| string | string | Yes | URL-encoded string. |
| charset | string | No | The character encoding in which the string is encoded. |