words_count — 单词统计
int words_count (string $string, [string $charset = 'utf-8'])
words_count() 统计字符串中一共有多少个单词,如果是中文字符则统计汉字的个数。
charset 变量指定字符编码,默认为 utf-8编码。