maxdb_stmt_reset
    (PECL)
maxdb_stmt_reset
    (no version information, might be only in CVS)
stmt->reset -- Resets a prepared statement
Description
Procedural style:
bool 
maxdb_stmt_reset ( resource stmt )
Object oriented style (method):
class 
stmt { 
bool 
reset ( void  )
}
| Warning | 
This function is
currently not documented; only the argument list is
available.  |