| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
pg_num_rows
Popis
int pg_num_rows ( resource result )pg_num_rows() will return the number of rows in a PostgreSQL result resource.
Poznámka: This function used to be called pg_numrows().
Seznam parametrů
resultPostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others).
| PÅ™edcházejÃcà | Domů | Dalšà |
| pg_num_fields | Nahoru |