maxdb_stmt_reset

maxdb_stmt::reset

(PECL maxdb >= 1.0)

maxdb_stmt_reset -- maxdb_stmt::resetResets a prepared statement

Опис

Процедурний стиль

bool maxdb_stmt_reset ( resource $stmt )

Об'єктно-орієнтований стиль

bool maxdb_stmt::reset ( void )
Увага

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