$host
$host : string
the parser for MySQL connection queries.
parsePDOConnectionQuery(string $connection)
Parse a connection string given in PDO format (without dbtype://).
string | $connection | the connection string to be parsed |
the error preventing the parse
the connection parameter is not a valid string
parseStandardConnectionQuery(string $connection)
Parse a connection string given in standard format (without dbtype://).
string | $connection | the connection string to be parsed |
the error preventing the parse
the connection parameter is not a valid string