htmlEncode() public method
Converts special characters to HTML entities.
| public string htmlEncode ( $text ) | ||
|---|---|---|
| $text | string |
To encode. |
| return | string |
Encoded original text. |
htmlEncode() public method
Converts special characters to HTML entities.
| public string htmlEncode ( $text ) | ||
|---|---|---|
| $text | string |
To encode. |
| return | string |
Encoded original text. |
Please login to continue.