Home
last modified time | relevance | path

Searched refs:registerProgressCallback (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Doo_progress.phpt2 registerProgressCallback
7 if (!method_exists('ZipArchive', 'registerProgressCallback')) die('skip libzip too old');
23 var_dump($zip->registerProgressCallback(0.5, function ($r) {
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php214 public function registerProgressCallback(float $rate, callable $callback) {} function in ZipArchive
H A Dphp_zip_arginfo.h354 ZEND_METHOD(ZipArchive, registerProgressCallback);
443 …ZEND_ME(ZipArchive, registerProgressCallback, arginfo_class_ZipArchive_registerProgressCallback, Z…
H A Dphp_zip.c2920 PHP_METHOD(ZipArchive, registerProgressCallback) argument
/PHP-8.0/
H A DUPGRADING993 . ZipArchive::registerProgressCallback to provide updates during archive close.

Completed in 20 milliseconds