Home
last modified time | relevance | path

Searched refs:oci_lob_export (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dlob_aliases.phpt29 var_dump(function_exists('oci_lob_export'));
30 var_dump(function_exists('oci_lob_export'));
H A Dlob_012.phpt2 oci_lob_export()
/PHP-8.2/ext/oci8/
H A Doci8_arginfo.h574 ZEND_FUNCTION(oci_lob_export);
663 ZEND_FE(oci_lob_export, arginfo_oci_lob_export)
664 ZEND_DEP_FALIAS(ociwritelobtofile, oci_lob_export, arginfo_ociwritelobtofile)
781 ZEND_ME_MAPPING(writeToFile, oci_lob_export, arginfo_class_OCILob_writeToFile, ZEND_ACC_PUBLIC)
782 ZEND_ME_MAPPING(export, oci_lob_export, arginfo_class_OCILob_export, ZEND_ACC_PUBLIC)
H A Doci8.stub.php490 function oci_lob_export(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null): b… function
H A Doci8_interface.c819 PHP_FUNCTION(oci_lob_export) in PHP_FUNCTION() argument

Completed in 16 milliseconds