Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16377 программистов и 1783 робота. Сейчас ищут 2068 программистов ...
SQLite3Stmt::paramCount - Returns the number of parameters within the prepared statement
Вернуться к: SQLite3Stmt
SQLite3Stmt::paramCount
(PHP 5 >= 5.3.0, PHP 7)
SQLite3Stmt::paramCount — Returns the number of parameters within the prepared statement
Описание
public int SQLite3Stmt::paramCount
( void
)
Returns the number of parameters within the prepared statement.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the number of parameters within the prepared statement.
Вернуться к: SQLite3Stmt