openssl_cms_read

(PHP 8)

openssl_cms_readExport the CMS file to an array of PEM certificates

Beschreibung

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

Performs the exact analog to openssl_pkcs7_read().

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

input_filename

certificates

Rückgabewerte

Gibt bei Erfolg true zurück. Im Fehlerfall wird false zurückgegeben.

add a note add a note

User Contributed Notes

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