From 7673c15e7a91b690cedb2d498faf03d2704a2a37 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 12 Oct 2006 09:21:26 +0000 Subject: [PATCH] - Improve and make see-also's consistent here. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221619 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/addcslashes.xml | 3 ++- reference/strings/functions/addslashes.xml | 4 +++- reference/strings/functions/quotemeta.xml | 8 +++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/reference/strings/functions/addcslashes.xml b/reference/strings/functions/addcslashes.xml index 8396eda900..3362883c70 100644 --- a/reference/strings/functions/addcslashes.xml +++ b/reference/strings/functions/addcslashes.xml @@ -1,5 +1,5 @@ - + @@ -80,6 +80,7 @@ echo addcslashes("zoo['.']", 'z..A'); See also stripcslashes, stripslashes, + addslashes, htmlspecialchars, and quotemeta. diff --git a/reference/strings/functions/addslashes.xml b/reference/strings/functions/addslashes.xml index 737b5d4c60..5b426b7f4f 100644 --- a/reference/strings/functions/addslashes.xml +++ b/reference/strings/functions/addslashes.xml @@ -1,5 +1,5 @@ - + @@ -59,6 +59,8 @@ echo addslashes($str); See also stripslashes, + stripcslashes, + addcslashes, htmlspecialchars, quotemeta, and get_magic_quotes_gpc. diff --git a/reference/strings/functions/quotemeta.xml b/reference/strings/functions/quotemeta.xml index 3b92ede6b8..40294e41e6 100644 --- a/reference/strings/functions/quotemeta.xml +++ b/reference/strings/functions/quotemeta.xml @@ -1,5 +1,5 @@ - + @@ -22,10 +22,12 @@ See also addslashes, + addcslashes, htmlentities, htmlspecialchars, - nl2br, and - stripslashes. + nl2br, + stripslashes, and + stripcslashes.