(no version information, might be only in CVS)
maxdb_num_fields
(no version information, might be only in CVS)
result->field_count --
Get the number of fields in a result
Description
Procedural style:
int
maxdb_num_fields ( resource result )
Object oriented style (property):
class
result {
int field_count
}
maxdb_num_fields() returns the number of fields from specified result set.