| Description | none | | Documentation | none |
| XML source | none |
| Translations | |
|
there is a proto in latest PHP 4 source:
string addcslashes(string str, string charlist) Escapes all chars mentioned in charlist with backslash. It creates octal representations if asked to backslash characters with 8th bit set or with ASCII<32 (except '
', '
', ' ' etc...) |
|