<?php array_reverse(array $array, bool $preserve_keys = false): array
<?php public function reverse(): self { return new static(array_reverse($this->items)); } public function getIterator(): ArrayIterator