<?php uksort(array &$array, callable $callback): true
<?php { $items = $this->items; uksort($items, $callback); return new static($items); }