Lines Matching defs:length
63 function oci_lob_read(OCILob $lob, int $length): string|false {}
75 function oci_lob_write(OCILob $lob, string $data, ?int $length = null): int|false {}
79 function oci_lob_truncate(OCILob $lob, int $length = 0): bool {}
81 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {}
89 function oci_lob_copy(OCILob $to, OCILob $from, ?int $length = null): bool {}
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)…
579 public function read(int $length): string|false {}
615 public function write(string $data, ?int $length = null): int|false {}
627 public function truncate(int $length = 0): bool {}
633 public function erase(?int $offset = null, ?int $length = null): int|false {}
657 public function writeToFile(string $filename, ?int $offset = null, ?int $length = null): bool {}
663 public function export(string $filename, ?int $offset = null, ?int $length = null): bool {}