maxdb_stmt_reset

maxdb_stmt::reset

(PECL maxdb >= 1.0)

maxdb_stmt_reset -- maxdb_stmt::resetResets a prepared statement

Beskrivelse

Procedural style

bool maxdb_stmt_reset ( resource $stmt )

Object oriented style

bool maxdb_stmt::reset ( void )
Advarsel

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top