Home
last modified time | relevance | path

Searched refs:getStreamIndex (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/zip/tests/
H A Doo_getstreamindex.phpt2 ZipArchive::getStreamIndex / ZipArchive::getName
29 $fp = $zip->getStreamIndex(0);
36 $fp = $zip->getStreamIndex(1);
46 $fp = $zip->getStreamIndex(1, ZipArchive::FL_UNCHANGED);
/PHP-8.3/ext/zip/
H A Dphp_zip.stub.php754 public function getStreamIndex(int $index, int $flags = 0) {}
H A Dphp_zip_arginfo.h371 ZEND_METHOD(ZipArchive, getStreamIndex);
465 ZEND_ME(ZipArchive, getStreamIndex, arginfo_class_ZipArchive_getStreamIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c3003 PHP_METHOD(ZipArchive, getStreamIndex) argument

Completed in 22 milliseconds