pg_lo_seek

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

説明

pg_lo_seek() seeks a position within a large object resource. To use the large object interface, it is necessary to enclose it within a transaction block.

戻り値

Returns TRUE on success or FALSE on failure.