Home
last modified time | relevance | path

Searched refs:array_sort (Results 1 – 1 of 1) sorted by relevance

/plugin/rater/
H A Dsyntax.php502 $found_ratings = $this->array_sort($found_ratings, $rater_stat_sort, SORT_DESC);
571 $found_ratings = $this->array_sort($found_ratings, $rater_stat_sort, SORT_DESC);
726 function array_sort($array, $on, $order) function in syntax_plugin_rater