Contact: aviboots(AT)netvision.net.il
41,636 questions
54,299 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 */