|
(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 statementProcedural style:
int mysqli_stmt_param_count ( mysqli_stmt stmt )Object oriented style (property):
class mysqli_stmt {mysqli_stmt_param_count() returns the number of parameter markers present in the prepared statement.
Example 2. Procedural style
|
The above example will output:
Statement has 2 markers. |
Hosting by: Hurra Communications Ltd.
Generated: 2007-01-26 18:00:08