From fab3ec45c3191395f56ea338423e20b89b6bd8ed Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Tue, 30 Jul 2002 09:26:16 +0000 Subject: [PATCH] make RFC as link git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90389 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/chunk-split.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/chunk-split.xml b/reference/strings/functions/chunk-split.xml index 3d00efa4c1..41d6e6271e 100644 --- a/reference/strings/functions/chunk-split.xml +++ b/reference/strings/functions/chunk-split.xml @@ -1,5 +1,5 @@ - + @@ -34,7 +34,8 @@ $new_string = chunk_split(base64_encode($data)); See also explode, split - and wordwrap. + wordwrap and + RFC 2045.