Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/tests/
H A Dlob_aliases.phpt27 var_dump(function_exists('oci_lob_export'));
28 var_dump(function_exists('oci_lob_export'));
H A Dlob_012.phpt2 oci_lob_export()
/PHP-8.0/ext/oci8/
H A Doci8_arginfo.h567 ZEND_FUNCTION(oci_lob_export);
655 ZEND_FE(oci_lob_export, arginfo_oci_lob_export)
656 ZEND_DEP_FALIAS(ociwritelobtofile, oci_lob_export, arginfo_ociwritelobtofile)
772 ZEND_ME_MAPPING(writeToFile, oci_lob_export, arginfo_class_OCILob_writeToFile, ZEND_ACC_PUBLIC)
773 ZEND_ME_MAPPING(export, oci_lob_export, arginfo_class_OCILob_export, ZEND_ACC_PUBLIC)
H A Doci8.stub.php93 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 31 milliseconds