|
MysqlndUhConnection::sslSet(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::sslSet — Used for establishing secure connections using SSL Описание
public bool MysqlndUhConnection::sslSet
( mysqlnd_connection $connection
, string $key
, string $cert
, string $ca
, string $capath
, string $cipher
)
Used for establishing secure connections using SSL. Список параметров
Возвращаемые значенияReturns TRUE on success. Otherwise, returns FALSE Примеры
Пример #1 MysqlndUhConnection::sslSet() example
<?php Результат выполнения данного примера: proxy::sslSet(array ( 0 => NULL, 1 => 'key', 2 => 'cert', 3 => 'ca', 4 => 'capath', 5 => 'cipher', )) proxy::sslSet returns true Смотрите также
|
|