pg_lo_seek

(PHP 4 >= 4.2.0, PHP 5)

pg_lo_seek --  搬移大型物件中的指標

說明

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

pg_lo_seek() 在大型物件資源中搬移指標位置。whence 參數為 PGSQL_SEEK_SET,PGSQL_SEEK_CUR 或 PGSQL_SEEK_END。

參見 pg_lo_tell()