ovrimos_connect(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5) ovrimos_connect — Connect to the specified database Описание
int ovrimos_connect
( string $host
, string $dborport
, string $user
, string $password
)
Connects to the specified database. Список параметров
Возвращаемые значенияReturns a connection identifier (greater than 0) on success, or 0 on failure. Примеры
Пример #1 ovrimos_connect() Example
<?php |
||