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

pg_lo_seek

(PHP 4 CVS only)

pg_lo_seek --  Seeks position of large object

Description

bool pg_lo_seek ( resource large_object, int offset [, int whence])

pg_lo_seek() seeks position of large object resource. whence is PGSQL_SEEK_SET, PGSQL_SEEK_CUR or PGSQL_SEEK_END.

See also pg_lo_tell().