PHP8 openssl_x509_export_to_file

2024-03-13 11:24 更新

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

openssl_x509_export_to_file — 导出证书至文件

说明

openssl_x509_export_to_file(OpenSSLCertificate|string $certificate, string $output_filename, bool $no_text = true): bool

openssl_x509_export_to_file() 将 certificate 以 PEM 编码的格式保存到名为 output_filename 的文件中。

参数 

x509

参见密钥/证书参数以获取有效值列表。

output_filename

输出文件的路径。

no_text

可选参数 notext 影响输出的冗余度。如果设为 false,输出内容将包含附加的人类可读信息。notext 的缺省值为 true

返回值 

成功时返回 true, 或者在失败时返回 false。

更新日志 

版本说明
8.0.0certificate 现在接受 OpenSSLCertificate 实例;之前接受类型 OpenSSL X.509 的 resource。


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号