Phar::getSupportedSignatures

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

Phar::getSupportedSignaturesDevolver un array con los tipos de firmas soportados

Descripción

final public static Phar::getSupportedSignatures(): array

Devuelve un array con los tipos de firmas soportados

Parámetros

No tiene parámetros.

Valores devueltos

Devuelve un array que contiene cualquiera de las firmas MD5, SHA-1, SHA-256, SHA-512, o OpenSSL.

Ver también

add a note add a note

User Contributed Notes

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