Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<maxdb_stmt_preparemaxdb_stmt_result_metadata>
Last updated: Tue, 19 Sep 2006

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.




<maxdb_stmt_preparemaxdb_stmt_result_metadata>
Last updated: Tue, 19 Sep 2006