Property | Type | Description | |
---|---|---|---|
$alias | string | ||
$database | integer | ||
$dsn | string | ||
$host | string | ||
$password | string | ||
$port | integer | ||
$socket | string | ||
$weight | integer |
Method | Description | |
---|---|---|
__construct ( string $dsn ) | Constructor | |
getAlias ( ) : string | ||
getDatabase ( ) : integer | null | ||
getHost ( ) : string | ||
getPassword ( ) : string | ||
getPersistentId ( ) : string | ||
getPort ( ) : integer | ||
getSocket ( ) : string | ||
getWeight ( ) : integer | ||
isValid ( ) : boolean |
Method | Description | |
---|---|---|
parseDsn ( string $dsn ) | ||
parseParameters ( array $matches ) : string |
protected parseParameters ( array $matches ) : string | ||
$matches | array | |
return | string |