<?php reset(array|object &$array): mixed
<?php public function head() { return reset($this->items) ?: null; } public function tail(): self