Query: maxdb_stmt_init
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAXDB_STMT_INIT(3) 1 MAXDB_STMT_INIT(3) maxdb_stmt_init - Initializes a statement and returns an resource for use with maxdb_stmt_prepare Procedural styleSYNOPSISresource maxdb_stmt_init (resource $link)DESCRIPTIONObject oriented style object maxdb::stmt_init (void ) Allocates and initializes a statement resource suitable for maxdb_stmt_prepare(3). Note Any subsequent calls to any maxdb_stmt function will fail until maxdb_stmt_prepare(3) was called.RETURN VALUESReturns an resource.SEE ALSOmaxdb_stmt_prepare(3). PHP Documentation Group MAXDB_STMT_INIT(3)
Related Man Pages |
---|
maxdb_stat(3) - php |
maxdb_stmt_bind_result(3) - php |
mysqli_init(3) - php |
maxdb_autocommit(3) - php |
maxdb_stmt_param_count(3) - php |