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.