MaxDB Functions
PHP Manual

maxdb_stmt_reset

stmt->reset

(PECL maxdb:1.0-7.6.00.38)

maxdb_stmt_reset -- stmt->resetResets a prepared statement

Description

Procedural style:

bool maxdb_stmt_reset ( resource $stmt )

Object oriented style (method):

stmt
bool reset ( void )
Warning

This function is currently not documented; only its argument list is available.


MaxDB Functions
PHP Manual