Limit String Characters Without Cutting Them in PHP
This function is an alternative to substr. The function substr can cut your words in half so this function works great in order to prevent cutting words in half.
I have always user substr, but it become annoying when it cuts strings or words in the middle. I used to use substr for small blog description before getting to