PHP. Руководство по PHP. 2005
ovrimos_connect
ovrimos_connect
Description
int ovrimos_connect (string host, string db, string user, string password)ovrimos_connect() is used to connect to the specified database.
ovrimos_connect() returns a connection id (greater than 0) or 0 for failure. The meaning of host and db are those used everywhere in Ovrimos APIs. host is a host name or IP address and db is either a database name, or a string containing the port number.
ovrimos_commit
ovrimos_cursor