OpenSSL 函数
在线手册:中文 英文
PHP手册

openssl_dh_compute_key

(No version information available, might only be in SVN)

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 )
Warning

本函数还未编写文档,仅有参数列表。

参数

pub_key

Public key

dh_key

DH key

返回值

Returns computed key on success 或者在失败时返回 FALSE.


OpenSSL 函数
在线手册:中文 英文
PHP手册