Searched refs:oci_lob_export (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/oci8/tests/ |
H A D | lob_aliases.phpt | 29 var_dump(function_exists('oci_lob_export')); 30 var_dump(function_exists('oci_lob_export'));
|
H A D | lob_012.phpt | 2 oci_lob_export()
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_arginfo.h | 574 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 D | oci8.stub.php | 490 function oci_lob_export(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null): b… function
|
H A D | oci8_interface.c | 819 PHP_FUNCTION(oci_lob_export) in PHP_FUNCTION() argument
|
Completed in 25 milliseconds