PHP. Руководство по PHP. 2005
mysqli_stmt_param_count
mysqli_stmt_param_count
(PHP 5)mysqli_stmt_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_stmt_param_count (mysqli_stmt stmt)
Object oriented style (property):class mysqli_stmt {
int param_count
}
mysqli_stmt_param_count() returns the number of parameter markers present in the prepared statement.