Searched refs:statIndex (Results 1 – 9 of 9) sorted by relevance
57 $sb = $zip->statIndex(0);59 $sb = $zip->statIndex(1);61 $sb = $zip->statIndex(2);
39 $s = $zip->statIndex(1);42 $s = $zip->statIndex(1);56 $s = $zip->statIndex(0);
4 $sb = $z->statIndex($i);14 $stat = $zip->statIndex($index);
41 $sb = $zip->statIndex($i);
49 $sb = $zip->statIndex($i);
19 print_r($za->statIndex($i));
157 public function statIndex(int $index, int $flags = 0): array|false {} function in ZipArchive
335 ZEND_METHOD(ZipArchive, statIndex);424 ZEND_ME(ZipArchive, statIndex, arginfo_class_ZipArchive_statIndex, ZEND_ACC_PUBLIC)
1959 PHP_METHOD(ZipArchive, statIndex) argument
Completed in 17 milliseconds