February 2013
Intermediate to advanced
538 pages
20h 55m
English
addcslashes
string addcslashes(stringstring, stringcharacters)
Returns escaped instances of
characters in
string by adding a backslash before them.
You can specify ranges of characters by separating them with two
periods; for example, to escape characters between a and q,
use "a..q". Multiple characters and
ranges can be specified in characters. The
addcslashes() function is the
inverse of stripcslashes().
Read now
Unlock full access