Contact: aviboots(AT)netvision.net.il
39,900 questions
51,831 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 */