11111
maxdb_stmt_param_count
(PECL)maxdb_stmt_param_count
(no version information, might be only in CVS)stmt->param_count -- Returns the number of parameter for the given statement
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.
Пример 2. Procedural style
|
- The above examples would produce the following output:
Statement has 2 markers. |
maxdb_stmt_num_rows
maxdb_stmt_prepare 22222