PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::connect
request it (285)
GoLang replacement for PHP's MysqlndUhConnection::connect
[edit | history]
PHP MysqlndUhConnection::connectPHP original manual for MysqlndUhConnection::connect [ show | php.net ]MysqlndUhConnection::connect(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::connect — Open 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
|
more
Recently updated
more
Most requested
more
Last requests
|