SQLite3Stmt::paramCount
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
Returns the number of parameters within the prepared statement
Description
SQLite3Stmt::paramCount(): int
Returns the number of parameters within the prepared statement.
Parameters Parameters
Return Values
Returns the number of parameters within the prepared statement.
See Also
SQLite3::prepare