Lines Matching refs:null

75 function oci_lob_write(OCILob $lob, string $data, ?int $length = null): int|false {}
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)…
298 function oci_new_connect(string $username, string $password, ?string $connection_string = null, str…
305 function ocinlogon(string $username, string $password, ?string $connection_string = null, string $e…
310 function oci_connect(string $username, string $password, ?string $connection_string = null, string …
317 function ocilogon(string $username, string $password, ?string $connection_string = null, string $en…
320 function oci_pconnect(string $username, string $password, ?string $connection_string = null, string…
327 function ociplogon(string $username, string $password, ?string $connection_string = null, string $e…
330 function oci_error($connection_or_statement = null): array|false {}
337 function ocierror($connection_or_statement = null): array|false {}
487 function oci_collection_element_get(OCICollection $collection, int $index): string|float|null|false…
493 function ocicollgetelem(OCICollection $collection, int $index): string|float|null|false {}
530 function oci_new_collection($connection, string $type_name, ?string $schema = null): OCICollection|…
537 function ocinewcollection($connection, string $type_name, ?string $schema = null): OCICollection|fa…
610 public function write(string $data, ?int $length = null) {}
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) {}