mysql_stmt_param_count
Syntax
unsigned long mysql_stmt_param_count(MYSQL_STMT * stmt);
stmt
- a statement handle, which was previously allocated by mysql_stmt_init().
Description
Returns the number of parameter markers present in the prepared statement.
See Also
Last updated
Was this helpful?