Mega Code Archive
Categories
/
Php
/
Strings
Wrapping Text
"; $textblock = "this is a test. this is a test. this is a test. this is a test. this is a test. !"; echo wordwrap ($textblock, 20, "
"); ?>