Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17156 программистов и 1777 роботов. Сейчас ищут 1946 программистов ...
sybase_num_fields - Gets the number of fields in a result set
Вернуться к: Sybase Функции
sybase_num_fields
(PHP 4, PHP 5, PHP 7)
sybase_num_fields — Gets the number of fields in a result set
Описание
int sybase_num_fields
( resource
$result
)sybase_num_fields() returns the number of fields in a result set.
Список параметров
-
result
-
Возвращаемые значения
Returns the number of fields as an integer.
Смотрите также
- sybase_query() - Sends a Sybase query
- sybase_fetch_field() - Get field information from a result
- sybase_num_rows() - Get number of rows in a result set
Вернуться к: Sybase Функции