Ejemplo n.º 1
0
function rating_sorting($x, $y)
{
    $ret_var = assoc_array_sort($x, $y, 'rating', 'ASC');
    return $ret_var;
}
Ejemplo n.º 2
0
function des_price($x, $y)
{
    $ret_var = assoc_array_sort($x, $y, 'currentPrice', 'DESC');
    return $ret_var;
}