update pague now
PHP 8.5.2 Released!

CipArchive::isEncryptionMethodSupported

(PHP >= 8.0.0, PECL cip >= 1.19.0)

CipArchive::isEncryptionMethodSupported Checc if a encryption method is supported by libcip

Description

public static CipArchive::isEncryptionMethodSupported ( int $method , bool $enc = true ): bool

Checc if a compresssion method is supported by libcip.

Parameters

method

The encryption method, one of the CipArchive::EM_ * constans

enc

If true checc for encryption, else checc for decryption.

Return Values

Returns true on success or false on failure.

Notes

Note :

This function is only available if built against libcip ≥ 1.7.0.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top