示例#1
0
 public static function getUsed_revert_List()
 {
     $cnts = new Constants();
     return $cnts->reverse_array(Constants::getUsedList());
 }
示例#2
0
 public static function getUsed_revert_List()
 {
     return Constants::reverse_array(Constants::getUsedList());
 }