App下载

demo_func_string_str_word_count4 在线工具

demo_func_string_str_word_count4 在线工具

<?php
print_r(str_word_count("Hello world & good morning!",1));
print "<br>";
print_r(str_word_count("Hello world & good morning!",1,"&"));
?>
运行结果