Help for this page
$string = 'hello world'; print substr($string,0,5);
$string = 'hello world'; print substr($string,O,5);