(no version information, might be only in CVS)
maxdb_stmt_param_count
(no version information, might be only in CVS)
stmt->param_count -- Returns the number of parameter for the given statement
Description
Procedural style:
int
maxdb_stmt_param_count ( resource stmt )
Object oriented style (property):
class
stmt {
int param_count
}
maxdb_stmt_param_count() returns the number of parameter
markers present in the prepared statement.