pg_lo_seek
    (PHP 4 >= 4.2.0)
pg_lo_seek -- 
     Ricerca la posizione di un large object
    
Descrizione
bool 
pg_lo_seek ( resource large_object, int offset [, int whence])
     pg_lo_seek() ricerca la posizione di un large object.
     whence è PGSQL_SEEK_SET,
     PGSQL_SEEK_CUR o PGSQL_SEEK_END.
    
     Vedere anche pg_lo_tell().