PHP 8.1.28 Released!

Phar::getSupportedSignatures

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.1.0)

Phar::getSupportedSignaturesReturn array of supported signature types

Açıklama

final public static Phar::getSupportedSignatures(): array

Return array of supported signature types

Bağımsız Değişkenler

No parameters.

Dönen Değerler

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

Ayrıca Bakınız

add a note

User Contributed Notes

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