Truncate string with ellipses with PHP

0 · Josh Sherman · April 12, 2015, midnight
Summary
We previously discussed how to calculate the length of a string in PHP and I made mention that using that function is how you would go about truncating a string if it’s over a specific length. I also said that down the road I would discuss the topic at hand,......