略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: openssl_x509_export_to_file

2024-04-29

openssl_x509_export_to_file

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

openssl_x509_export_to_file导出证书至文件

说明

openssl_x509_export_to_file(mixed $x509, string $outfilename, bool $notext = true): bool

openssl_x509_export_to_file()x509 以PEM编码的格式保存到名为 outfilename 的文件中。

参数

x509

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

outfilename

输出文件的路径。

notext

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

返回值

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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.openssl-x509-export-to-file.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3