pg_lo_seek

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

pg_lo_seek 移動(dòng)大型對(duì)象中的指針

說明

pg_lo_seek(resource $large_object, int $offset, int $whence = ?): bool

pg_lo_seek() 在大型對(duì)象資源中移動(dòng)指針位置。whence 參數(shù)為 PGSQL_SEEK_SET,PGSQL_SEEK_CUR 或 PGSQL_SEEK_END。

參見 pg_lo_tell()。