|
maxdb_fetch_fieldsmaxdb_result::fetch_fields(PECL maxdb >= 1.0) maxdb_fetch_fields -- maxdb_result::fetch_fields — Returns an array of resources representing the fields in a result set ОписаниеПроцедурный стиль Объектно-ориентированный стиль This function serves an identical purpose to the maxdb_fetch_field() function with the single difference that, instead of returning one resource at a time for each field, the columns are returned as an array of resources. Возвращаемые значенияReturns an array of resources which contains field definition information or FALSE if no field information is available.
ПримерыПример #1 Объектно-ориентированный стиль
<?php Пример #2 Процедурный стиль
<?php Результатом выполнения данного примера будет что-то подобное: Name: NAME Table: max. Len: 10 Flags: -1 Type: 2 Name: CNO Table: max. Len: 4 Flags: -1 Type: 0 Смотрите также
|
|||||||||||