<?php asort(array &$array, int $flags = SORT_REGULAR): true
<?php $callback && is_callable($callback) ? uasort($items, $callback) : asort($items, $callback ?? SORT_REGULAR); return new static($items); }
<?php } $descending ? arsort($results, $options) : asort($results, $options);