Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/tests/
H A Doo_supported.phpt32 var_dump(ZipArchive::isEncryptionMethodSupported($method));
33 var_dump(ZipArchive::isEncryptionMethodSupported($method, false));
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php227 public static function isEncryptionMethodSupported(int $method, bool $enc = true): bool {} function in ZipArchive
H A Dphp_zip_arginfo.h363 ZEND_METHOD(ZipArchive, isEncryptionMethodSupported);
452 …ZEND_ME(ZipArchive, isEncryptionMethodSupported, arginfo_class_ZipArchive_isEncryptionMethodSuppor…
H A Dphp_zip.c3011 PHP_METHOD(ZipArchive, isEncryptionMethodSupported) argument
/PHP-8.0/
H A DNEWS1566 ZipArchive::isEncryptionMethodSupported() method (libzip 1.7.0). (Remi)
H A DUPGRADING998 . ZipArchive::isEncryptionMethodSupported to check optional encryption

Completed in 37 milliseconds