Phar::getSupportedSignatures

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

Phar::getSupportedSignaturesDevuelve un array de los tipos de firma soportados

Descripción

final public static Phar::getSupportedSignatures(): array

Devuelve un array de los tipos de firma soportados

Parámetros

No se admiten argumentos.

Valores devueltos

Devuelve un array que contiene uno o más de los tipos MD5, SHA-1, SHA-256, SHA-512.

Ver también

add a note

User Contributed Notes

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