array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.openssl-cms-read.php', 1 => 'openssl_cms_read', 2 => 'Export the CMS file to an array of PEM certificates', ), 'up' => array ( 0 => 'ref.openssl.php', 1 => 'Функції OpenSSL', ), 'prev' => array ( 0 => 'function.openssl-cms-encrypt.php', 1 => 'openssl_cms_encrypt', ), 'next' => array ( 0 => 'function.openssl-cms-sign.php', 1 => 'openssl_cms_sign', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/openssl/functions/openssl-cms-read.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

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 в разі помилки.