From 9c3d0bef81406450181b0ccaafa447d15c60c58d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 3 May 2005 08:52:15 +0000 Subject: [PATCH] No NULL; calls mysql_real_escape_string (spotted by Kaspars Foigts) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185699 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-real-escape-string.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mysql/functions/mysql-real-escape-string.xml b/reference/mysql/functions/mysql-real-escape-string.xml index acdf8bbfb8..f186b4b138 100644 --- a/reference/mysql/functions/mysql-real-escape-string.xml +++ b/reference/mysql/functions/mysql-real-escape-string.xml @@ -1,5 +1,5 @@ - + mysql_real_escape_string @@ -21,8 +21,8 @@ mysql_real_escape_string calls MySQL's library function - mysql_escape_string, which prepends backslashes to the following characters: - NULL, \x00, \n, + mysql_real_escape_string, which prepends backslashes to the following characters: + \x00, \n, \r, \, ', " and \x1a.