Php/docs/function.openssl-x509-read
来自菜鸟教程
openssl_x509_read
(PHP 4 >= 4.0.6, PHP 5, PHP 7)
openssl_x509_read — 解析一个x.509证书并返回一个资源标识符
说明
openssl_x509_read
( mixed $x509certdata
) : resource
openssl_x509_read() 解析x509certdata
提供的证书,并返回一个资源标识符。
返回值
成功,返回一个资源标识符, 或者在失败时返回 false
.