简单教程
提交运行
代码编辑器:
<?php $str = "Hello world!"; echo chunk_split($str,1,".");
运行结果: