<?php array_slice( array $array, int $offset, ?int $length = null, bool $preserve_keys = false): array
<?php $type = $this->convertParamType($type); try { return $this->stmt->bindParam($param, $variable, $type, ...array_slice(func_get_args(), 3)); } catch (PDOException $exception) { throw Exception::new($exception); }