blob: 46c00d7078b3e32e7b64f8d1a426942c5cd7acdb [file]
<?php
function order_func($a, $b) {
return $a <=> $b;
}