Developer's Home
Wednesday, 27 April 2011
Break a long string containing no space
$text is a long string.
$text = "45353453453erfgdvdfbfgbfgbfgb";
$newtext = wordwrap($text, 8, "\n", true);
echo $newtext;
1 comment:
Anonymous
27 April 2011 at 09:53
That's really helpful... thanks buddy!!
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
That's really helpful... thanks buddy!!
ReplyDelete