Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/tests/
H A Doo_progress.phpt2 registerProgressCallback
8 if (!method_exists('ZipArchive', 'registerProgressCallback')) die('skip libzip too old');
24 var_dump($zip->registerProgressCallback(0.5, function ($r) {
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php835 public function registerProgressCallback(float $rate, callable $callback): bool {}
H A Dphp_zip_arginfo.h383 ZEND_METHOD(ZipArchive, registerProgressCallback);
475 …ZEND_ME(ZipArchive, registerProgressCallback, arginfo_class_ZipArchive_registerProgressCallback, Z…
H A Dphp_zip.c2979 PHP_METHOD(ZipArchive, registerProgressCallback) argument

Completed in 20 milliseconds