|
mysqli_result::fetch_fieldmysqli_fetch_field(PHP 5) mysqli_result::fetch_field -- mysqli_fetch_field — Returns the next field in the result set ОписаниеОбъектно-ориентированный стиль
object mysqli_result::fetch_field
( void
)
Процедурный стиль
object mysqli_fetch_field
( mysqli_result $result
)
Returns the definition of one column of a result set as an object. Call this function repeatedly to retrieve information about all columns in the result set. Список параметров
Возвращаемые значенияReturns an object 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 Смотрите также
|
|||||||||||||||||||||||||||||