maxdb_init

(PECL maxdb >= 1.0)

maxdb_initInitializes MaxDB and returns an resource for use with maxdb_real_connect

Опис

resource maxdb_init ( void )

Allocates or initializes a MaxDB resource suitable for maxdb_options() and maxdb_real_connect().

Зауваження:

Any subsequent calls to any maxdb function (except maxdb_options()) will fail until maxdb_real_connect() was called.

Значення, що повертаються

Returns an resource.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top