(PHP 5 >= 5.3.11, PHP 7)
openssl_dh_compute_key — Computes shared secret for public value of remote DH key and local DH key
$pub_key
, resource $dh_key
)이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
pub_key
Public key
dh_key
DH key
Returns computed key on success실패 시 FALSE
를 반환합니다.