str_word_count
str_word_count
(PHP 4 >= 4.3.0, PHP 5, PHP 7)
str_word_count — Return information about words used in a string
Description
mixed str_word_count ( string $string [, int $format = 0 [, string $charlist ]] )
Counts the number of words inside string
. If the optional format
is not specified, then the return value will be an integer representing the number of words found. In the event the format
is specified, the return value will be an array, content of which is dependent on the format
. The possible