Get your own PHP server Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$str = "Hello world!";
echo chunk_split($str,1,".");
?> 
 
</body>
<!-- /php/phptryit.asp?filename=tryphp_func_string_chunk_split Thu, 06 Feb 2025 19:27:06 GMT -->
</html>
H.e.l.l.o. .w.o.r.l.d.!.