Function.mysqli-stmt-param-count
Aus PHP-Wiki
Tagesgeld und Vergleich und Tests von Finanzprodukten, Kinderzimmer Pablo von Wellemöbel . Versicherung-und-Finanzen.de
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 statementInhaltsverzeichnis |
Description
Procedural style:
int mysqli_stmt_param_count ( object stmt)</BR >
Object oriented style (property):
class stmt {</BR >int param_count
</BR >}
mysqli_stmt_param_count() returns the number of parameter markers present in the prepared statement.
Example
Beispiel 1. Object oriented style
|
Beispiel 2. Procedural style
|
The above examples would produce the following output:
Statement has 2 markers. |