统计一个字符串中单词数量

StringHelper::countWords("hello world");
//2