«

PHP:pg_lo_seek()的用法

时间:2024-3-1 20:38     作者:韩俊     分类: PHP


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>

标签: php php教程

热门推荐