= 5.2.2, PHP 7, PHP 8)openssl_pkcs12_export_to_file — 輸出一個 PKCS#12 兼容的證書存儲文件說明openssl_pkcs12_export_to_file( m">
(PHP 5 >= 5.2.2, PHP 7, PHP 8)
openssl_pkcs12_export_to_file — 輸出一個 PKCS#12 兼容的證書存儲文件
$x509
,$filename
,$priv_key
,$pass
,$args
= ?
openssl_pkcs12_export_to_file() 函數以 PKCS#12 格式將 x509
保存至文件名為 filename
的文件中。
成功時返回 true
, 或者在失敗時返回 false
。