Contact: aviboots(AT)netvision.net.il
40,839 questions
53,244 answers
573 users
$s = "programming php"; echo mb_strimwidth($s, 0, 6, "...") . "\n"; echo mb_strimwidth($s, 0, 6, "....") . "\n"; echo mb_strimwidth($s, 0, 6, "....."); /* run: pro... pr.... p..... */