addcslashes

addcslashes -- Quote string with slashes in a C style

Description

string addcslashes ( string str, string charlist)

Esimerkki 1 . addcslashes( ) example









Also, if the first character in a range has a lower ASCII value than the second character in the range, no range will be constructed. Only the start, end and period characters will be escaped. Use the ord() function to find the ASCII value for a character.