PieGraph::svggpsort PHP 메소드

svggpsort() 공개 정적인 메소드

Sort callback function reverse-sorts by value
public static svggpsort ( $a, $b )
    public static function svggpsort($a, $b)
    {
        return $b[1] - $a[1];
    }