
Druckansicht von http://www.php-homepage.de/manual/mysqli-stmt.param-count.php
mysqli_stmt::$param_countmysqli_stmt_param_count(PHP 5) mysqli_stmt::$param_count -- mysqli_stmt_param_count — Returns the number of parameter for the given statement BeschreibungObjektorientierter Stil Prozeduraler Stil Returns the number of parameter markers present in the prepared statement. Parameter-Liste
RückgabewerteReturns an integer representing the number of parameters. BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDie obigen Bespiele erzeugen folgende Ausgabe: Statement has 2 markers. |