openssl_cms_read

PHP 8
openssl_cms_read - Export the CMS file to an array of PEM certificates
Manual

openssl_cms_read( string$input_filename, arraycertificates ): bool

Performs the exact analog to openssl_pkcs7_read.

Warning:

This function is currently not documented; only its argument list is available.

Parameters

input_filename

certificates

Return Values

Returns true on success or false on failure.

Function openssl_cms_read:

  • Manual

OpenSSL Functions

Most used PHP functions