Werbung
maxdb_ssl_set
(PECL maxdb >= 1.0)
maxdb_ssl_set -- maxdb->ssl_set — Used for establishing secure connections using SSL
Beschreibung
Procedural style:
bool maxdb_ssl_set
( resource $link
, string $key
, string $cert
, string $ca
, string $capath
, string $cipher
)
Object oriented style (method):
maxdb
bool ssl_set
( string $key
, string $cert
, string $ca
, string $capath
, string $cipher
)
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.