Sõnastik Veb

Tag: PHP

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 14 15 16 17