mysql_stmt_param_count

Syntax

unsigned long mysql_stmt_param_count(MYSQL_STMT * stmt);

Description

Returns the number of parameter markers present in the prepared statement.

This function will not deliver a valid result until mysql_stmt_prepare() was called.

See Also

Last updated

Was this helpful?