Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.master.cmc.msu.ru/php/function.pg-loreadall.html
Дата изменения: Sun Feb 3 22:53:11 2002 Дата индексирования: Tue Oct 2 06:50:31 2012 Кодировка: |
(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
pg_loreadall -- Read a entire large object and send straight to browserpg_loreadall() reads a large object and passes it straight through to the browser after sending all pending headers. Mainly intended for sending binary data like images or sound. It returns number of bytes read. It returns FALSE, if an error occurred.
To use the large object (lo) interface, it is necessary to enclose it within a transaction block.
See also pg_loread().