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 4 5 6 7 8