|
PHP5中文手册
dbase_numrecords(PHP 4, PHP 5) dbase_numrecords — Gets the number of records in a database 说明
int dbase_numrecords
( int $dbase_identifier
)
Gets the number of records (rows) in the specified database.
返回值The number of records in the database, or FALSE if an error occurs. 范例
Example#1 Looping over all the records of the database
<?php 参见
|