SQLite3Stmt::paramCount

(PHP 5 >= 5.3.0, PHP 7)

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

说明

public SQLite3Stmt::paramCount ( void ) : int

Returns the number of parameters within the prepared statement.

参数

此函数没有参数。

返回值

Returns the number of parameters within the prepared statement.

参见

相关文章
php maxdb 函数 returns the total number of rows changed deleted or inserted by the last executed statementphp maxdb 函数 returns result set metadata from a prepared statementphp postgresql 函数 sends a request to execute a prepared statement with given parameters and waits for the resultphp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp sqlite 函数 returns the number of fields in a result setphp mysqli stmt returns the total number of rows changed deleted or inserted by the last executed statementphp mysqli stmt binds variables to a prepared statement as parametersphp mysqli stmt returns the error code for the most recent statement callphp mysqli stmt returns a list of errors from the last statement executedphp mysqli stmt returns the number of field in the given statementphp mysqli stmt returns the number of parameter for the given statementphp mysqli stmt resets a prepared statementphp mysqli stmt returns result set metadata from a prepared statementphp sqlite3 returns the number of database rows that were changed or inserted or deleted by the most recent sql statementphp sqlite3result returns the number of columns in the result setphp sqlite3stmt closes the prepared statementphp sqlite3stmt executes a prepared statement and returns a result set objectphp sqlite3stmt returns the number of parameters within the prepared statementphp sqlite3stmt returns whether a statement is definitely read onlyphp sqlite3stmt resets the prepared statement
关注编程学问公众号