Searched refs:getCommentIndex (Results 1 – 8 of 8) sorted by relevance
46 var_dump($zip->getCommentIndex(0));47 var_dump($zip->getCommentIndex(1));48 var_dump($zip->getCommentIndex(2));49 var_dump($zip->getCommentIndex(3));50 var_dump($zip->getCommentIndex(4));
18 var_dump($zip->getCommentIndex(0));24 var_dump($zip->getCommentIndex(0));29 var_dump($zip->getCommentIndex(0));
20 var_dump($zip->getCommentIndex($idx));
11 print_r($z->getCommentIndex($i));26 print_r($z->getCommentIndex($i));
129 public function getCommentIndex(int $index, int $flags = 0) {} function in ZipArchive
317 ZEND_METHOD(ZipArchive, getCommentIndex);406 ZEND_ME(ZipArchive, getCommentIndex, arginfo_class_ZipArchive_getCommentIndex, ZEND_ACC_PUBLIC)
2363 PHP_METHOD(ZipArchive, getCommentIndex) argument
Completed in 18 milliseconds