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().

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

input_filename

certificates

返回值

成功時(shí)返回 true, 或者在失敗時(shí)返回 false。