Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/tests/
H A Doo_supported.phpt33 var_dump(ZipArchive::isEncryptionMethodSupported($method));
34 var_dump(ZipArchive::isEncryptionMethodSupported($method, false));
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php238 public static function isEncryptionMethodSupported(int $method, bool $enc = true): bool {} function in ZipArchive
H A Dphp_zip_arginfo.h376 ZEND_METHOD(ZipArchive, isEncryptionMethodSupported);
465 …ZEND_ME(ZipArchive, isEncryptionMethodSupported, arginfo_class_ZipArchive_isEncryptionMethodSuppor…
H A Dphp_zip.c3020 PHP_METHOD(ZipArchive, isEncryptionMethodSupported) argument

Completed in 16 milliseconds