Statement on glibc/iconv Vulnerability

openssl_cms_read

(PHP 8)

openssl_cms_readExport the CMS file to an array of PEM certificates

Descrizione

openssl_cms_read(string $input_filename, array &$certificates): bool

Performs the exact analog to openssl_pkcs7_read().

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

input_filename

certificates

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

add a note

User Contributed Notes

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