Searched refs:registerCancelCallback (Results 1 – 5 of 5) sorted by relevance
2 registerCancelCallback7 if (!method_exists('ZipArchive', 'registerCancelCallback')) die('skip libzip too old');23 var_dump($zip->registerCancelCallback(function () {
219 public function registerCancelCallback(callable $callback) {} function in ZipArchive
357 ZEND_METHOD(ZipArchive, registerCancelCallback);446 …ZEND_ME(ZipArchive, registerCancelCallback, arginfo_class_ZipArchive_registerCancelCallback, ZEND_…
2967 PHP_METHOD(ZipArchive, registerCancelCallback) argument
994 . ZipArchive::registerCancelCallback to allow cancellation during archive close.
Completed in 18 milliseconds