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 )
Warning

此函式目前沒有參考文件;只有引數列表。

add a note add a note

User Contributed Notes

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