Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/tests/
H A Dbug8700.phpt2 Bug #8700 (getFromIndex(0) fails)
15 $contents_from_idx = $zip->getFromIndex(0);
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php184 public function getFromIndex(int $index, int $len = 0, int $flags = 0): string|false {} function in ZipArchive
H A Dphp_zip_arginfo.h344 ZEND_METHOD(ZipArchive, getFromIndex);
433 ZEND_ME(ZipArchive, getFromIndex, arginfo_class_ZipArchive_getFromIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2880 PHP_METHOD(ZipArchive, getFromIndex) argument

Completed in 20 milliseconds