maxdb_stmt_param_count
Returns the number of parameter for the given statement
Description
Procedural style:
intmaxdb_stmt_param_count
resourcestmt
maxdb_stmt_param_count returns the number of parameter
markers present in the prepared statement.
&reftitle.returnvalues;
returns an integer representing the number of parameters.
&reftitle.seealso;
maxdb_prepare
Example
Procedural style
]]>
The above examples would produce the following output: