update : 2015.11.03
php.shukuma.com검색:
|
dbase_numrecords(PHP 4, PHP 5, PHP 7) 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 예제
Example #1 Looping over all the records of the database
<?php |