JavaScript Editor Javascript debugger     Website design 


maxdb_stmt_init

Initializes a statement and returns an resource for use with maxdb_stmt_prepare (PECL maxdb:1.0-7.6.00.38)
resource maxdb_stmt_init ( resource link )

Procedural style :

Object oriented style (property):

maxdb {
  object stmt_init();
}

Allocates and initializes a statement resource suitable for maxdb_stmt_prepare().

Note:

Any subsequent calls to any maxdb_stmt function will fail until maxdb_stmt_prepare() was called.

Return Values

Returns an resource.