From 545ef5baa5294bfd72f425c0487be96f10ddaace Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 30 Dec 2007 03:21:01 +0000 Subject: [PATCH] Added changelog section git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249397 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/addcslashes.xml | 26 ++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/addcslashes.xml b/reference/strings/functions/addcslashes.xml index af76715084..13b842dd6a 100644 --- a/reference/strings/functions/addcslashes.xml +++ b/reference/strings/functions/addcslashes.xml @@ -1,5 +1,5 @@ - + addcslashes @@ -96,6 +96,30 @@ echo addcslashes("zoo['.']", 'z..A'); + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.2.5 + + The escape sequences \v and \f were added. + + + + + + + + &reftitle.examples;