mysqli_num_fields
(PHP 5 CVS only)
mysqli_num_fields
(no version information, might be only in CVS)
result->num_fields --
Get the number of fields in a result
Description
Procedural style:
int
mysqli_num_fields ( object result)
Object oriented style (property):
class
mysqli {
int field_count
}
mysqli_num_fields() returns the number of fields from specified result set.
Return values
The number of fields from a result set