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;