mysqli_param_count
(PHP 5 CVS only)
mysqli_param_count
(no version information, might be only in CVS)
stmt->param_count -- Returns the number of parameter for the given statement
Description
Procedural style:
int
mysqli_param_count ( object stmt)
Object oriented style (property):
class
stmt {
int param_count
}
mysqli_param_count() returns the number of parameter
markers present in the prepared statement.
Return values
returns an integer representing the number of parameters.