pg_lo_seek
(PHP 4 >= 4.2.0, PHP 5)
pg_lo_seek — 移动大型对象中的指针
<h3>说明</h3>
  bool <strong>pg_lo_seek</strong>
   ( resource <code>$large_object</code>
  , int <code>$offset</code>
  [, int <code>$whence</code>
 ] )
<p>
 <strong>pg_lo_seek()</strong> 在大型对象资源中移动指针位置。<code>whence</code> 参数为 PGSQL_SEEK_SET,PGSQL_SEEK_CUR 或 PGSQL_SEEK_END。
</p>
<p>
 参见 pg_lo_tell()。
</p>