decode() public static method
Decodes special HTML entities back to the corresponding characters.
This is the opposite of encode().
See also:
| public static string decode ( $content ) | ||
|---|---|---|
| $content | string |
The content to be decoded |
| return | string |
The decoded content |
Please login to continue.