Method Search.Database.Base()->get_most_common_words()
- Method get_most_common_words
array(array) get_most_common_words(void|intcount)- Description
Returns a list of the
countmost common words in the database.countdefaults to10.
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.