=0; $i--) $out[]=$array[$i]; return $out; } function cmp($a, $b) { if ($a == $b) { return 0; } return (strtolower($a) < strtolower($b)) ? -1 : 1; } ?>