openssl_x509_export
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
openssl_x509_export — 以字符串格式导出证书
说明
openssl_x509_export(OpenSSLCertificate|string
$certificate
, string &$output
, bool $no_text
= true
): bool
openssl_x509_export() 将 certificate
以 PEM 编码的格式导出到名为 output
的字符串类型的变量中。
参数
更新日志
版本 | 说明 |
---|---|
8.0.0 |
certificate 现在接受 OpenSSLCertificate
实例;之前接受类型 OpenSSL X.509 的 resource。
|
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.openssl-x509-export.php