Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17712 программистов и 1739 роботов. Сейчас ищут 1283 программиста ...
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