update : 2015.11.03
php.shukuma.com검색:
|
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 예제
Example #1 MysqlndUhConnection::sslSet() example
<?php 위 예제의 출력: proxy::sslSet(array ( 0 => NULL, 1 => 'key', 2 => 'cert', 3 => 'ca', 4 => 'capath', 5 => 'cipher', )) proxy::sslSet returns true 참고
|