Searched refs:statIndex (Results 1 – 9 of 9) sorted by relevance
59 $sb = $zip->statIndex(0);61 $sb = $zip->statIndex(1);63 $sb = $zip->statIndex(2);
4 $sb = $z->statIndex($i);14 $stat = $zip->statIndex($index);
38 $s = $zip->statIndex(1);41 $s = $zip->statIndex(1);55 $s = $zip->statIndex(0);
43 $sb = $zip->statIndex($i);
48 $sb = $zip->statIndex($i);
19 print_r($za->statIndex($i));
144 public function statIndex(int $index, int $flags = 0) {} function in ZipArchive
322 ZEND_METHOD(ZipArchive, statIndex);411 ZEND_ME(ZipArchive, statIndex, arginfo_class_ZipArchive_statIndex, ZEND_ACC_PUBLIC)
1950 PHP_METHOD(ZipArchive, statIndex) argument
Completed in 21 milliseconds