From 1453847230a446945b85ced7408ac6f162339807 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 9 Dec 2013 00:07:42 +0000 Subject: [PATCH] "quote" usually means srrounding string by quote chars (And addtionally escape). "escape" is appropriate word for addslashes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332298 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/addslashes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/addslashes.xml b/reference/strings/functions/addslashes.xml index ef2f3879bc..24d0ec343c 100644 --- a/reference/strings/functions/addslashes.xml +++ b/reference/strings/functions/addslashes.xml @@ -14,7 +14,7 @@ Returns a string with backslashes before characters that need to be - quoted. These characters are single quote ('), + escaped. These characters are single quote ('), double quote ("), backslash (\) and NUL (the &null; byte).