|
MysqlndUhConnection::connect(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::connect — Open a new connection to the MySQL server Описание
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. Список параметров
Возвращаемые значенияReturns TRUE on success. Otherwise, returns FALSE Примеры
Пример #1 MysqlndUhConnection::connect() example
<?php Результат выполнения данного примера: proxy::connect(array ( 0 => NULL, 1 => 'localhost', 2 => 'root', 3 => '', 4 => 'test', 5 => 3306, 6 => NULL, 7 => 131072, )) proxy::connect returns true Смотрите также
|
|