« openssl_x509_parse 密码散列算法 » PHP Manual OpenSSL 函数 解析一个x.509证书并返回一个资源标识符 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提供的证书,并返回一个资源标识符。 参数 x509certdata X509 证书。参见 Key/Certificate parameters 获取可用的值。 返回值 成功,返回一个资源标识符, 或者在失败时返回 FALSE.