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