array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'sqlite3stmt.paramcount.php', 1 => 'SQLite3Stmt::paramCount', 2 => 'Returns the number of parameters within the prepared statement', ), 'up' => array ( 0 => 'class.sqlite3stmt.php', 1 => 'SQLite3Stmt', ), 'prev' => array ( 0 => 'sqlite3stmt.getsql.php', 1 => 'SQLite3Stmt::getSQL', ), 'next' => array ( 0 => 'sqlite3stmt.readonly.php', 1 => 'SQLite3Stmt::readOnly', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/sqlite3/sqlite3stmt/paramcount.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

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.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the number of parameters within the prepared statement.

Прогляньте також