Go to the source code of this file.
Classes | |
| class | SRFValueRank |
In other words, it prints a list of all occuring values, with duplicates removed, together with their occurance count.
For example, this result set: foo bar baz foo bar bar ohi Will be turned into * bar (3) * foo (2) * baz (1) * ohi (1)
Definition in file SRF_ValueRank.php.
1.5.6