OpenSSL 関数
PHP Manual

openssl_dh_compute_key

()

openssl_dh_compute_keyComputes shared secret for public value of remote DH key and local DH key

説明

string openssl_dh_compute_key ( string $pub_key , resource $dh_key )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

pub_key

Public key

dh_key

DH key

返り値

Returns computed key on success or FALSE on failure.


OpenSSL 関数
PHP Manual