A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by jasondavis » Tue Jul 04, 2006 9:05 pm
Code: Select all
$decrypted = mb_substr($decrypted, 0, 19);
Post by Roja » Tue Jul 04, 2006 10:33 pm
if (mb_strlen($decrypted) > 19) { $decrypted .= '...'; }
Return to “PHP - Code”