PHP: openssl_cms_read - Manual
(PHP 8)
openssl_cms_read — Export the CMS file to an array of PEM certificates
Description
function openssl_cms_read(string $input_filename, array &$certificates): bool
Performs the exact analog to openssl_pkcs7_read().
Warning
This function is currently not documented; only its argument list is available.
Parameters
input_filenamecertificates
Found A Problem?
User Contributed Notes
There are no user contributed notes for this page.