Example #1
0
 static function CompareByName(Client $a, Client $b)
 {
     return strcmp(strtolower($a->GetName()), strtolower($b->GetName()));
 }