(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
openssl_x509_export_to_file — 导出证书至文件
$certificate
, string $output_filename
, bool $no_text
= true
): bool
openssl_x509_export_to_file() 将
certificate
以 PEM 编码的格式保存到名为 output_filename
的文件中。
版本 | 说明 |
---|---|
8.0.0 |
certificate 现在接受 OpenSSLCertificate
实例;之前接受类型 OpenSSL X.509 的 resource。
|