<?php $str = 'سلام جهان'; // the number of character: 9 character [س|ل|ا|م| |ج|ه|ا|ن] echo substr($str, 0, 9);
You have javascript disabled. You will not be able to edit any code.