PHP 클래스 Amp\Mysql\ConnectionConfig

파일 보기 프로젝트 열기: amphp/mysql

공개 프로퍼티들

프로퍼티 타입 설명
$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