Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
hw_pConnect
(PHP 4)
hw_pConnect — Make a persistent database connection
Описание
int hw_pconnect ( string $host , int $port [, string $username ], string $password )Opens a persistent connection to a Hyperwave server. You can have multiple persistent connections open at once.
Список параметров
host -
The server host name.
port -
The server port number.
username -
The Hyperwave user name. If omitted, no identification with the server will be done. It is similar to identify as user anonymous.
password -
The password for username. Keep in mind, that the password is not encrypted.
Возвращаемые значения
Returns a connection index on success, or FALSE if the connection could not be made.
Смотрите также
- hw_connect() - Opens a connection
Описание на ru2.php.net
Описание на php.ru