Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16430 программистов и 1785 роботов. Сейчас ищет 2051 программист ...
SQLite3Result::numColumns - Returns the number of columns in the result set
Вернуться к: SQLite3Result
SQLite3Result::numColumns
(PHP 5 >= 5.3.0, PHP 7)
SQLite3Result::numColumns — Returns the number of columns in the result set
Описание
public int SQLite3Result::numColumns
( void
)
Returns the number of columns in the result set.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the number of columns in the result set.
Вернуться к: SQLite3Result