= 4.2.0, PHP 5, PHP 7, PHP 8)openssl_pkey_export — 將一個密鑰的可輸出表示轉(zhuǎn)換為字符串說明openssl_pkey_export( mixed $key, string &$out, ">
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
openssl_pkey_export — 將一個密鑰的可輸出表示轉(zhuǎn)換為字符串
openssl_pkey_export() 將
key
當(dāng)作 PEM 編碼字符串導(dǎo)出并且將之保存到out
(通過引用傳遞的)中。
注意: 必須安裝有效的 openssl.cnf 以保證此函數(shù)正確運行。參考有關(guān)安裝的說明以獲得更多信息。
key
out
passphrase
密鑰可以通過 passphrase
來保護。
configargs
configargs
可以用來調(diào)整導(dǎo)出流程,通過指定或者覆蓋openssl配置文件選項。參見 openssl_csr_new() 獲取更多關(guān)于 configargs
的信息。
成功時返回 true
, 或者在失敗時返回 false
。