About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
waynedunkley
3/3/2015 - 1:19 AM
share
Share
add_circle_outline
Save
Add Ellipses to String PHP
Add Ellipses to String PHP
ellipses.php
content_copy
file_download
<?php echo mb_strimwidth($string, 0, 100, '...'); ?>
clear