Contact: aviboots(AT)netvision.net.il
41,314 questions
53,829 answers
573 users
$s = "programming php"; echo mb_strimwidth($s, 0, 6) . "\n"; echo mb_strimwidth($s, 0, 4) . "\n"; echo mb_strimwidth($s, 0, 8); /* run: progra prog programm */