![]() |
|
||||||||||
|
maxdb_connect(PECL) maxdb_connect(no version information, might be only in CVS) maxdb() -- Open a new connection to the MaxDB serverDescriptionProcedural style resource maxdb_connect ( [string host [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]] )Object oriented style (constructor): class maxdb {__construct ( [string host [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]] ) }
The maxdb_connect() function attempts to open a connection to the MaxDB Server
running on
The
The
The Return valuesReturns a resource which represents the connection to a MaxDB Server or FALSE if the connection failed. Example
The above examples would produce the following output:
maxdb_connect There are no user contributed notes for this page. |