<!DOCTYPE html>
<html>
<body>

<?php
print_r(str_split("Hello",3));
?>


</body>
</html>