= 4.2.0, PHP 5, PHP 7, PHP 8)openssl_pkey_get_private — 獲取私鑰說明openssl_pkey_get_private(mixed $key, string $passphrase ">
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
openssl_pkey_get_private — 獲取私鑰
openssl_get_privatekey() 解析
key
供其他函數(shù)使用。
key
key
可以是如下密鑰之一:
passphrase
如果指定的密鑰已被加密了(受密碼保護(hù)),可選參數(shù) passphrase
是必須要的。
成功,返回真實(shí)的密鑰資源標(biāo)識(shí)符,失敗,返回 false
.