openssl_x509_read
openssl_x509_read
(PHP 4 >= 4.0.6, PHP 5, PHP 7)
openssl_x509_read - 解析X.509证书并返回其资源标识符
描述
resource openssl_x509_read ( mixed $x509certdata )
openssl_x509_read()
解析由其
提供的证书x509certdata
并返回其资源标识符。
参数
x509certdata
X509证书。请参阅密钥/证书参数以获取有效值列表。
返回值
成功时返回资源标识符或失败时返回FALSE
。
← openssl_x509_parse