Manuál PHP | ||
---|---|---|
Předcházející | Další |
pg_fetch_all() returns an array that contains all rows (tuples/records) in result resource. It returns FALSE, if there are no rows.
Poznámka: Tato funkce nastavuje pole s hodnotou NULL na hodnotu PHP NULL.
See also pg_fetch_row(), pg_fetch_array(), pg_fetch_object() and pg_fetch_result().
Předcházející | Domů | Další |
pg_escape_string | Nahoru | pg_fetch_array |