App下载

demo_func_string_wordwrap3 在线工具

demo_func_string_wordwrap3 在线工具

<?php
$str = "An example of a long word is: Supercalifragulistic";
echo wordwrap($str,15);
?>
运行结果