|
PHP5中文手册
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. 范例
Example#1 ovrimos_connect() Example
<?php |