PHP Source:
<!DOCTYPE html>
<html>
<body>

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


</body>
</html>
Result:
Show PHP - © www.w3ii.com