PHP Manual
dbase_numrecords
Description
int dbase_numrecords ( int dbase_identifier )Gets the number of records (rows) in the specified database.
Note: Record numbers are between 1 and dbase_numrecords($db), while field numbers are between 0 and dbase_numfields($db)-1.
Parameters
dbase_identifierThe database link identifier, returned by dbase_open() or dbase_create().
RSS Feed
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.






