fbsql_num_rows
Opis
int fbsql_num_rows ( resource result )
Gets the number of rows in the given result set.
This function is only valid for SELECT statements. To retrieve the number of rows returned from a INSERT, UPDATE or DELETE query, use fbsql_affected_rows().
| Poprzedni | Spis treści | Następny |
| fbsql_num_fields | Początek rozdziału |