PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

openssl_x509_free> <openssl_x509_export_to_file
Last updated: Fri, 29 Aug 2008

view this page in

openssl_x509_export

(PHP 4 >= 4.2.0, PHP 5)

openssl_x509_export証明書を文字列としてエクスポートする

説明

bool openssl_x509_export ( mixed $x509 , string &$output [, bool $notext ] )

openssl_x509_export() は、 PEM エンコード形式の x509 を文字列 output に保存します。

パラメータ

x509

output

成功した場合に、ここに PEM が格納されます。

notext

オプションのパラメータ notext を設定すると、出力内容の冗長性が変化します。FALSE を指定すると、 人間が読むための追加情報が出力に含まれるようになります。 notext のデフォルト値は TRUE です。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes
openssl_x509_export
There are no user contributed notes for this page.

openssl_x509_free> <openssl_x509_export_to_file
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites