Sõnastik Veb

str_word_count (PHP) – str_word_count() –  function counts the number of words in a string. Näide:
echo str_word_count("Hello world!");
1 60 61 62 63 64 73