简单教程
提交运行
代码编辑器:
<?php $str = "An example of a long word is: Supercalifragulistic"; echo wordwrap($str,15,"<br>n",TRUE);
运行结果: