Method Search.Database.Base()->get_most_common_words()
- Method get_most_common_words
array(array) get_most_common_words(void|int count)
- Description
Returns a list of the count most common words in the database. count defaults to
10
.
array(array) get_most_common_words(void|int count)
Returns a list of the count most common words in the database.
count defaults to 10
.