简单教程
提交运行
代码编辑器:
<?php print_r(str_word_count("Hello world & good morning!",1)); print_r(str_word_count("Hello world & good morning!",1,"&"));
运行结果: