openssl_dh_compute_key
(PHP 5 >= 5.3.11)
openssl_dh_compute_key — Computes shared secret for public value of remote DH key and local DH key
Descrierea
string openssl_dh_compute_key
( string
$pub_key
, resource $dh_key
)Avertizare
Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.
Parametri
-
pub_key -
Public key
-
dh_key -
DH key
Valorile întoarse
Returns computed key on success sau FALSE în cazul eșecului.
There are no user contributed notes for this page.
