導出證書至檔案

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

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *