ingres_num_fields
(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
ingres_num_fields — Pobiera liczbę pól zwracanych przez ostatnie zapytanie
Opis
int ingres_num_fields
( resource
$identyfikator_połączenia
)ingres_num_fields() zwraca liczbę pól dla wyniku zapytania, przekazanego przez serwer Ingres po wywołaniu ingres_query()
Parametry
-
identyfikator_połączenia -
Identyfikator połączenia.
Zwracane wartości
Zwraca liczbę pól.
Zobacz też:
- ingres_query() - Send an SQL query to Ingres
- ingres_fetch_array() - Fetch a row of result into an array
- ingres_fetch_assoc() - Fetch a row of result into an associative array
- ingres_fetch_object() - Fetch a row of result into an object
- ingres_fetch_row() - Fetch a row of result into an enumerated array
There are no user contributed notes for this page.
