I\'m looking for a way to limit a string in php and add on ... at the end if the string was too long.
$value = str_limit('This string is really really long.', 7);
// This st...