dbase_numrecords

Find out how many records are in a dBase database (PHP 3, PHP 4 )
int dbase_numrecords ( int dbase_identifier )

Returns the number of records (rows) in the specified database. Record numbers are between 1 and dbase_numrecords($db), while field numbers are between 0 and dbase_numfields($db)-1.

This HTML Help has been published using the chm2web software.