Searched refs:isEncryptionMethodSupported (Results 1 – 4 of 4) sorted by relevance
33 var_dump(ZipArchive::isEncryptionMethodSupported($method));34 var_dump(ZipArchive::isEncryptionMethodSupported($method, false));
238 public static function isEncryptionMethodSupported(int $method, bool $enc = true): bool {} function in ZipArchive
376 ZEND_METHOD(ZipArchive, isEncryptionMethodSupported);465 …ZEND_ME(ZipArchive, isEncryptionMethodSupported, arginfo_class_ZipArchive_isEncryptionMethodSuppor…
3020 PHP_METHOD(ZipArchive, isEncryptionMethodSupported) argument
Completed in 16 milliseconds