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ů
result
PostgreSQL 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 |