Home
last modified time | relevance | path

Searched refs:setCommentIndex (Results 1 – 3 of 3) sorted by path

/PHP-5.5/ext/zip/examples/
H A Dget_set_comments.php20 $z->setCommentIndex(1, 'new comment idx 1');
/PHP-5.5/ext/zip/
H A Dphp_zip.c2090 static ZIPARCHIVE_METHOD(setCommentIndex) in ZIPARCHIVE_METHOD() argument
2755 ZIPARCHIVE_ME(setCommentIndex, arginfo_ziparchive_setcommentindex, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/zip/tests/
H A Doo_setcomment.phpt33 var_dump($zip->setCommentIndex(3, 'entry4.txt'));
34 var_dump($zip->setCommentIndex(4, 'entry5.txt'));

Completed in 16 milliseconds