Contact: aviboots(AT)netvision.net.il
39,895 questions
51,826 answers
573 users
$s = "לתכנות עדיין יצטרכו בני אדם בעתיד"; echo mb_strlen($s); // use only function that start with: 'mb_' ('mb_' prefix) /* run: 61 */
$s = "לתכנות עדיין יצטרכו בני אדם בעתיד"; echo mb_strlen($s, 'UTF-8'); // use only function that start with: 'mb_' ('mb_' prefix) /* run: 33 */ ?>