x
 
<!DOCTYPE html>
<html>
<body>
<?php
$str = "Hello world!";
echo chunk_split($str,1,".");
?> 
 
</body>
</html>