PHP Класс Amp\Mysql\ConnectionConfig

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$binCharset * charset id @see 14.1.4 in mysql manual
$busy * callable; called when Connection re-enters fetching mode
$charset utf8mb4_general_ci
$collate
$db
$exceptions * throw exceptions for general mysql errors [not connection or protocol specific] or just return false in the Promises ?
$host * (:)
$key * private key to use for sha256_password auth method
$pass
$ready * callable; called when finished fetching all pending data
$resolvedHost * automatically resolved by Connection class
$restore * callable; called when connection broke, first param is Connection object, second param whether it happened before successful auth
$ssl * null for no ssl, array with eventual ssl context options (peer_name is automatically set)
$user

Описание свойств

$binCharset публичное свойство

* charset id @see 14.1.4 in mysql manual
public $binCharset

$busy публичное свойство

* callable; called when Connection re-enters fetching mode
public $busy

$charset публичное свойство

utf8mb4_general_ci
public $charset

$collate публичное свойство

public $collate

$db публичное свойство

public $db

$exceptions публичное свойство

* throw exceptions for general mysql errors [not connection or protocol specific] or just return false in the Promises ?
public $exceptions

$host публичное свойство

* (:)
public $host

$key публичное свойство

* private key to use for sha256_password auth method
public $key

$pass публичное свойство

public $pass

$ready публичное свойство

* callable; called when finished fetching all pending data
public $ready

$resolvedHost публичное свойство

* automatically resolved by Connection class
public $resolvedHost

$restore публичное свойство

* callable; called when connection broke, first param is Connection object, second param whether it happened before successful auth
public $restore

$ssl публичное свойство

* null for no ssl, array with eventual ssl context options (peer_name is automatically set)
public $ssl

$user публичное свойство

public $user