maxdb_init
(PECL maxdb >= 1.0)
maxdb_init — Initializes MaxDB and returns an resource for use with maxdb_real_connect
Descripción
resource maxdb_init
( void
)
Allocates or initializes a MaxDB resource suitable for maxdb_options() and maxdb_real_connect().
Nota:
Any subsequent calls to any maxdb function (except maxdb_options()) will fail until maxdb_real_connect() was called.
Valores devueltos
Returns an resource.
Ver también
- maxdb_options() - Set options
- maxdb_close() - Cierra una conexión de base de datos previamente abierta
- maxdb_real_connect() - Opens a connection to a MaxDB server
- maxdb_connect() - Open a new connection to the MaxDB server