From d0e1f032a196f7b5d2fcd8f04326f532cec892ce Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 13 Nov 2008 20:45:09 +0000 Subject: [PATCH] This should be inside a git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268967 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/addcslashes.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/addcslashes.xml b/reference/strings/functions/addcslashes.xml index a0a1b530a9..a65660eb9b 100644 --- a/reference/strings/functions/addcslashes.xml +++ b/reference/strings/functions/addcslashes.xml @@ -1,5 +1,5 @@ - + addcslashes @@ -122,8 +122,10 @@ echo addcslashes("zoo['.']", 'z..A'); &reftitle.examples; - charlist like "\0..\37", which would - escape all characters with ASCII code between 0 and 31. + + charlist like "\0..\37", which would + escape all characters with ASCII code between 0 and 31. + <function>addcslashes</function> example