Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.pg-loread.html
Дата изменения: Sun Feb 3 22:53:11 2002
Дата индексирования: Tue Oct 2 03:31:59 2012
Кодировка:
pg_loread

pg_loread

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

pg_loread -- Read a large object

Description

string pg_loread ( resource large_object, int len)

pg_loread() reads at most len bytes from a large object and returns it as a string. large_object specifies a valid large object resource andlen specifies the maximum allowable size of the large object segment. It returns FALSE if there is an error.

To use the large object (lo) interface, it is necessary to enclose it within a transaction block.

See also pg_loreadall().