diff --git a/reference/strings/functions/wordwrap.xml b/reference/strings/functions/wordwrap.xml index 75fe090b9c..36d9ccd66d 100644 --- a/reference/strings/functions/wordwrap.xml +++ b/reference/strings/functions/wordwrap.xml @@ -1,5 +1,5 @@ - + @@ -48,9 +48,9 @@ "); +$newtext = wordwrap($text, 20, "
\n"); -echo "$newtext\n"; +echo $newtext; ?> ]]> @@ -59,9 +59,9 @@ echo "$newtext\n"; +jumped over the lazy
+dog. ]]>