Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.pg-get-result.html
Дата изменения: Sun Feb 3 22:53:19 2002
Дата индексирования: Mon Oct 1 21:50:25 2012
Кодировка:
pg_get_result

pg_get_result

(PHP 4 CVS only)

pg_get_result --  Get asynchronous query result

Description

resource pg_get_result ( [resource connection])

pg_get_result() get result resource from async query executed by pg_send_query(). pg_send_query() can send multiple queries to PostgreSQL server and pg_get_result() is used to get query result one by one. It returns result resource. If there is no more results, it returns FALSE.