(no description)
File Size: | 25 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Interface: EscaperInterface - X-Ref
Interface EscaperInterfaceescape($string) X-Ref |
Escapes the given string to make it compatible with PHP param: string $string The string to escape return: string The escaped string |
unescape($string) X-Ref |
Unescapes the given string to make it compatible with PHP param: string $string The string to unescape return: string The unescaped string |