update : 2015.11.03
php.shukuma.com

검색:
 
 
Initializes MaxDB and returns an resource for use with maxdb_real_connect

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().

Note:

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

반환값

Returns an resource.

참고