Searched refs:isEncryptionMethodSupported (Results 1 – 6 of 6) sorted by relevance
32 var_dump(ZipArchive::isEncryptionMethodSupported($method));33 var_dump(ZipArchive::isEncryptionMethodSupported($method, false));
227 public static function isEncryptionMethodSupported(int $method, bool $enc = true): bool {} function in ZipArchive
363 ZEND_METHOD(ZipArchive, isEncryptionMethodSupported);452 …ZEND_ME(ZipArchive, isEncryptionMethodSupported, arginfo_class_ZipArchive_isEncryptionMethodSuppor…
3011 PHP_METHOD(ZipArchive, isEncryptionMethodSupported) argument
1566 ZipArchive::isEncryptionMethodSupported() method (libzip 1.7.0). (Remi)
998 . ZipArchive::isEncryptionMethodSupported to check optional encryption
Completed in 31 milliseconds