Lines Matching defs:offset
39 function oci_lob_save(OCILob $lob, string $data, int $offset = 0): bool {}
45 function ocisavelob(OCILob $lob, string $data, int $offset = 0): bool {}
71 function oci_lob_seek(OCILob $lob, int $offset, int $whence = OCI_SEEK_SET): bool {}
81 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {}
93 function oci_lob_export(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null): b…
99 function ociwritelobtofile(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null)…
242 function oci_fetch_all($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI_FET…
250 function ocifetchstatement($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI…
550 public function save(string $data, int $offset = 0) {}
598 public function seek(int $offset, int $whence = OCI_SEEK_SET) {}
628 public function erase(?int $offset = null, ?int $length = null) {}
652 public function writeToFile(string $filename, ?int $offset = null, ?int $length = null) {}
658 public function export(string $filename, ?int $offset = null, ?int $length = null) {}