Result Size: 625 x 571
<!DOCTYPE html>
<html>
<body>

<?php
$str = "Hello world!";
echo chunk_split($str,1,".");
?>

 
</body>
</html>