SQLite3Stmt::paramCount
SQLite3Stmt::paramCount
(PHP 5 >= 5.3.0, PHP 7)
SQLite3Stmt::paramCount - 返回准备语句中的参数数目
描述
public int SQLite3Stmt::paramCount ( void )
返回准备好的语句中的参数数量。
参数
该函数没有参数。
返回值
返回准备好的语句中的参数数量。
← SQLite3Stmt::execute
SQLite3Stmt::readOnly() →