PHP 7.0.6 Released

Phar::getSupportedSignatures

(PHP >= 5.3.0, PECL phar >= 1.1.0)

Phar::getSupportedSignaturesReturn array of supported signature types

Description

final public static array Phar::getSupportedSignatures ( void )

Return array of supported signature types

Parameters

No parameters.

Return Values

Returns an array containing any of MD5, SHA-1, SHA-256, SHA-512, or OpenSSL.

See Also

User Contributed Notes

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