(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
openssl_x509_export — 将证书导出为字符串
$certificate
, string &$output
, bool $no_text
= true
): bool
openssl_x509_export() 将 certificate
存储到以 output
命名的字符串中,并使用 PEM 编码格式。
版本 | 描述 |
---|---|
8.0.0 |
certificate 现在接受 OpenSSLCertificate 实例;以前,接受类型为 OpenSSL X.509 的 资源。 |