openssl_cms_read
(PHP 8)
openssl_cms_read — Export the CMS file to an array of PEM certificates
說明
openssl_cms_read(string
$input_filename
, array &$certificates
): boolPerforms the exact analog to openssl_pkcs7_read().
警告
本函式還未編寫文件,僅有參數列表。
參數
-
input_filename
-
-
certificates
-
返回值
成功時返回 true
, 或者在失敗時返回 false
。