<?php max(mixed $value, mixed ...$values): mixed
<?php public function offset($value) { $this->offset = max(0, $value); return $this; }