Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/tests/
H A Doo_supported.phpt33 var_dump(ZipArchive::isEncryptionMethodSupported($method));
34 var_dump(ZipArchive::isEncryptionMethodSupported($method, false));
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php846 public static function isEncryptionMethodSupported(int $method, bool $enc = true): bool {}
H A Dphp_zip_arginfo.h392 ZEND_METHOD(ZipArchive, isEncryptionMethodSupported);
484 …ZEND_ME(ZipArchive, isEncryptionMethodSupported, arginfo_class_ZipArchive_isEncryptionMethodSuppor…
H A Dphp_zip.c3070 PHP_METHOD(ZipArchive, isEncryptionMethodSupported) argument

Completed in 20 milliseconds