Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
maxdb_stmt_param_count -- Returns the number of parameter for the given statementProcedural style:
int maxdb_stmt_param_count ( resource stmt )maxdb_stmt_param_count() returns the number of parameter markers present in the prepared statement.
The above examples would produce the following output:
Statement has 2 markers. |
Předcházející | Domů | Další |
maxdb_stmt_num_rows | Nahoru | maxdb_stmt_prepare |