Note
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ შესვლა ან დირექტორიების შეცვლა.
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ დირექტორიების შეცვლა.
Provides methods to encode and decode strings.
| Method | Description |
|---|---|
| htmlAttributeEncode | Encodes the specified string so that it can be used in an HTML. |
| htmlDecode | Converts a string that has been HTML-encoded into a decoded string. |
| htmlEncode | Converts a string to an HTML-encoded string. |
| xmlAttributeEncode | Encodes the specified string so that it can be used in an XML. |
| xmlEncode | Converts a string to an XML-encoded string. |