UTILITY
word_count()
Count whitespace-separated words.
Signature
int word_count(string $text)
Example
word_count('Short PHP is useful'); // 4Available from: 1.5.0
Count whitespace-separated words.
int word_count(string $text)
word_count('Short PHP is useful'); // 4Available from: 1.5.0