(no description)
File Size: | 36 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
escape($string) X-Ref |
Escapes the given string to make it compatible with CSV 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 CSV param: string $string The string to unescape return: string The unescaped string |