March 2002
Intermediate to advanced
528 pages
21h 29m
English
stripslashes
string stripslashes(string string)
Converts instances of escape sequences that have special meaning in
SQL queries in string by removing the
backslash before them. Single quotes ('), double
quotes ("), backslashes (\),
and the NUL-byte ("\0") are escaped. This function
is the inverse of addslashes( ).