openssl_dh_compute_key
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
openssl_dh_compute_key — 計算遠端DH金鑰(公鑰)和本地DH金鑰的共享金鑰
說明
openssl_dh_compute_key(string
$pub_key
, resource $dh_key
): string警告
本函式還未編寫文件,僅有參數列表。
參數
-
pub_key
-
公鑰
-
dh_key
-
DH 金鑰
返回值
成功,返回計算的金鑰, 或者在失敗時返回 false
.