pg_lo_seek
(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
pg_lo_seek — 移動大型對像中的指針
說明
pg_lo_seek(resource
$large_object
, int $offset
, int $whence
= ?): bool
pg_lo_seek() 在大型對像資源中移動指針位置。whence
參數為 PGSQL_SEEK_SET,PGSQL_SEEK_CUR 或 PGSQL_SEEK_END。
參見 pg_lo_tell()。