Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds