Dutch PHP Conference 2025 - Call For Papers

openssl_cms_read

(PHP 8)

openssl_cms_readExport the CMS file to an array of PEM certificates

Опис

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

Performs the exact analog to openssl_pkcs7_read().

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

input_filename

certificates

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

add a note

User Contributed Notes

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