App下载

demo_func_string_str_word_count2 在线工具

demo_func_string_str_word_count2 在线工具

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