App下载

demo_func_string_str_word_count3 在线工具

demo_func_string_str_word_count3 在线工具

<?php
print_r(str_word_count("Hello world!",2));
?>
运行结果