Mega Code Archive

 
Categories / Php / Strings
 

Wordwrap() has two more optional arguments

<?php print wordwrap( $string, 24, "<br/>\n"); ?>