PHP Manuál | ||
---|---|---|
Předcházející | Další |
(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
dbase_numfields -- Find out how many fields are in a dBase databaseReturns the number of fields (columns) in the specified database. Field numbers are between 0 and dbase_numfields($db)-1, while record numbers are between 1 and dbase_numrecords($db).
Předcházející | Domů | Další |
dbase_get_record_with_names | Nahoru | dbase_numrecords |