waynedunkley
3/3/2015 - 1:19 AM

Add Ellipses to String PHP

Add Ellipses to String PHP

<?php echo mb_strimwidth($string, 0, 100, '...'); ?>