<?php array_slice( array $array, int $offset, ?int $length = null, bool $preserve_keys = false): array
<?php View::renderUsing($this->output); if ($this->isOpeningHeadline($this->buffer)) { $this->buffer = implode(PHP_EOL, array_slice(explode(PHP_EOL, $this->buffer), 2)); } $type = 'INFO';