<!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>