Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
dbase_numrecords
Popis
int dbase_numrecords ( int dbase_identifier )Gets the number of records (rows) in the specified database.
Poznámka: Record numbers are between 1 and dbase_numrecords($db), while field numbers are between 0 and dbase_numfields($db)-1.
Seznam parametrů
dbase_identifier
The database link identifier, returned by dbase_open() or dbase_create().
PÅ™edcházejÃcà | Domů | Dalšà |
dbase_numfields | Nahoru |