php8.5
Home/ Manual/ sqlite3 / sqlite3stmt/ SQLite3Stmt::paramCount

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

Source: reference/sqlite3/sqlite3stmt/paramcount.xml · from the official PHP manual (php/doc-en)