Function HarmlessURLCoder->decode
Definitions
sources/urls_simplifier.php
- URL-decode a string (whole or partial URL) to be readable.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | string | required parameter | N/A | N/A | The input string |
Return
- The decoded string
- Type: string
- Set: N/A
- Range: N/A