From 661ff883fd16d70fe2d8133cef8f08236ccf6f49 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 18 May 2003 01:25:57 +0000 Subject: [PATCH] missing comma git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127558 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/chunk-split.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/chunk-split.xml b/reference/strings/functions/chunk-split.xml index 5c61473db8..02681c3b97 100644 --- a/reference/strings/functions/chunk-split.xml +++ b/reference/strings/functions/chunk-split.xml @@ -1,5 +1,5 @@ - + @@ -33,7 +33,7 @@ $new_string = chunk_split(base64_encode($data)); - See also explode, split + See also explode, split, wordwrap and RFC 2045.