Searched refs:getCommentIndex (Results 1 – 4 of 4) sorted by relevance
47 var_dump($zip->getCommentIndex(0));48 var_dump($zip->getCommentIndex(1));49 var_dump($zip->getCommentIndex(2));50 var_dump($zip->getCommentIndex(3));51 var_dump($zip->getCommentIndex(4));
21 echo $zip->getCommentIndex($idx);
12 print_r($z->getCommentIndex($i));27 print_r($z->getCommentIndex($i));
2149 static ZIPARCHIVE_METHOD(getCommentIndex) in ZIPARCHIVE_METHOD() argument2759 ZIPARCHIVE_ME(getCommentIndex, arginfo_ziparchive_getcommentindex, ZEND_ACC_PUBLIC)
Completed in 18 milliseconds