|
ovrimos_connectConnect to the specified database Description
int ovrimos_connect
( string
$host
, string $dborport
, string $user
, string $password
)Connects to the specified database. Parameters
Return ValuesReturns a connection identifier (greater than 0) on success, or 0 on failure. Examples
Example #1 ovrimos_connect Example
<?php See Also
|