|
dbase_numrecordsGets the number of records in a database Description
int dbase_numrecords
( resource
$dbase_identifier
)Gets the number of records (rows) in the specified database.
Parameters
Return Values
The number of records in the database, or Changelog
Examples
Example #1 Looping over all the records of the database
<?php See Also
|