|
mysqli_result::fetch_fieldsmysqli_fetch_fields(PHP 5) mysqli_result::fetch_fields -- mysqli_fetch_fields — Returns an array of objects representing the fields in a result set ОписаниеОбъектно-ориентированный стиль
array mysqli_result::fetch_fields
( void
)
Процедурный стиль
array mysqli_fetch_fields
( mysqli_result $result
)
This function serves an identical purpose to the mysqli_fetch_field() function with the single difference that, instead of returning one object at a time for each field, the columns are returned as an array of objects. Список параметров
Возвращаемые значенияReturns an array of objects which contains field definition information or FALSE if no field information is available.
ПримерыПример #1 Объектно-ориентированный стиль
<?php Пример #2 Процедурный стиль
<?php Результат выполнения данных примеров: Name: Name Table: Country max. Len: 11 Flags: 1 Type: 254 Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 Смотрите также
|
|||||||||||||||||||||||