MAXDB_INIT(3) 1 MAXDB_INIT(3)
maxdb_init - Initializes MaxDB and returns an resource for use with maxdb_real_connect
SYNOPSIS
resource maxdb_init (void )
DESCRIPTION
Allocates or initializes a MaxDB resource suitable for maxdb_options(3) and maxdb_real_connect(3).
Note
Any subsequent calls to any maxdb function (except maxdb_options(3)) will fail until maxdb_real_connect(3) was called.
RETURN VALUES
Returns an resource.
SEE ALSO
maxdb_options(3), maxdb_close(3), maxdb_real_connect(3), maxdb_connect(3).
PHP Documentation Group MAXDB_INIT(3)