openssl_pkcs7_read
(PHP 7 >= 7.2.0)
openssl_pkcs7_read — 将PKCS7文件导出为PEM格式证书的数组
说明
openssl_pkcs7_read
( string
$infilename
, array &$certs
) : bool
Warning
本函数还未编写文档,仅有参数列表。
参数
-
infilename
-
-
certs
-
返回值
成功时返回 TRUE
, 或者在失败时返回 FALSE
。