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.