SQLite3Stmt::paramCount

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SQLite3Stmt::paramCountReturns the number of parameters within the prepared statement

說明

public SQLite3Stmt::paramCount(): int

Returns the number of parameters within the prepared statement.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Returns the number of parameters within the prepared statement.

參見