PHP Dokumentation: Function maxdb-ssl-set
12. Januar 2010 von werner
maxdb_ssl_set
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 jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfügung.