This is a simple class that can be used to find the word that is present more times in a string.
It takes a text string and counts how many times each word appear in the string.
The class returns the word that appears more times in the text string.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
word_count.php |
Class |
php file containg a class and method usage |