|
MysqlndUhConnection::connectOpen a new connection to the MySQL server Description
public bool MysqlndUhConnection::connect
( mysqlnd_connection
$connection
, string $host
, string $use"
, string $password
, string $database
, int $port
, string $socket
, int $mysql_flags
)Open a new connection to the MySQL server. Parameters
Return Values
Returns Examples
Example #1 MysqlndUhConnection::connect example
<?php The above example will output: proxy::connect(array ( 0 => NULL, 1 => 'localhost', 2 => 'root', 3 => '', 4 => 'test', 5 => 3306, 6 => NULL, 7 => 131072, )) proxy::connect returns true See Also
|