PHP8 openssl_pkey_export_to_file

2024-03-12 12:01 更新

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

openssl_pkey_export_to_file — 将密钥导出到文件中

说明

openssl_pkey_export_to_file(
    OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $key,
    string $output_filename,
    ?string $passphrase = null,
    ?array $options = null
): bool

openssl_pkey_export_to_file() 将 ascii 格式(PEM 编码)的 key 保存到名为 output_filename 文件中。

注意: 必须安装有效的 openssl.cnf 以保证此函数正确运行。参考有关安装的说明以获得更多信息。

参数 

key
output_filename

输出文件的路径。

passphrase

密钥可以通过值为passphrase的密码来保护。

options

options 可以用来调整导出流程,通过指定或者覆盖openssl配置文件选项。参见 openssl_csr_new() 获取更多关于 options 的信息。

返回值 

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

更新日志 

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


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

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号