Searched refs:getCommentIndex (Results 1 – 8 of 8) sorted by relevance
44 var_dump($zip->getCommentIndex(0));45 var_dump($zip->getCommentIndex(1));46 var_dump($zip->getCommentIndex(2));47 var_dump($zip->getCommentIndex(3));48 var_dump($zip->getCommentIndex(4));
18 var_dump($zip->getCommentIndex(0));24 var_dump($zip->getCommentIndex(0));29 var_dump($zip->getCommentIndex(0));
18 var_dump($zip->getCommentIndex($idx));
11 print_r($z->getCommentIndex($i));26 print_r($z->getCommentIndex($i));
142 public function getCommentIndex(int $index, int $flags = 0): string|false {} function in ZipArchive
330 ZEND_METHOD(ZipArchive, getCommentIndex);419 ZEND_ME(ZipArchive, getCommentIndex, arginfo_class_ZipArchive_getCommentIndex, ZEND_ACC_PUBLIC)
2372 PHP_METHOD(ZipArchive, getCommentIndex) argument
Completed in 18 milliseconds