February 2013
Intermediate to advanced
538 pages
20h 55m
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().
Read now
Unlock full access