SQLite3Stmt::paramCount
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SQLite3Stmt::paramCount — Returns the number of parameters within the prepared statement
Beschreibung
Returns the number of parameters within the prepared statement.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Returns the number of parameters within the prepared statement.
Siehe auch
- SQLite3::prepare() - Bereitet eine SQL-Anweisung für die Ausführung vor