<?php $string = "abcdأبتث"; $charsCount = mb_strlen($string); for($i = 0; $i < $charsCount; $i++){ $char = mb_substr($string, $i, 1); var_dump($char); }
You have javascript disabled. You will not be able to edit any code.