PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::sslSet
request it (272)
GoLang replacement for PHP's MysqlndUhConnection::sslSet
[edit | history]
PHP MysqlndUhConnection::sslSetPHP original manual for MysqlndUhConnection::sslSet [ show | php.net ]MysqlndUhConnection::sslSet(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::sslSet — Used for establishing secure connections using SSL Description
public bool MysqlndUhConnection::sslSet
( mysqlnd_connection
$connection
, string $key
, string $cert
, string $ca
, string $capath
, string $cipher
)Used for establishing secure connections using SSL. Parameters
Return Values
Returns Examples
Example #1 MysqlndUhConnection::sslSet() example
<?php The above example will output: proxy::sslSet(array ( 0 => NULL, 1 => 'key', 2 => 'cert', 3 => 'ca', 4 => 'capath', 5 => 'cipher', )) proxy::sslSet returns true See Also
|
more
Recently updated
more
Most requested
more
Last requests
|