«

PHP:pg_lo_tell()的用法

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


pg_lo_tell

(PHP 4 >= 4.2.0, PHP 5)

pg_lo_tell — 返回大型对象的当前指针位置

<h3>说明</h3>
  int <strong>pg_lo_tell</strong>
   ( resource <code>$large_object</code>
  )
<p>
 <strong>pg_lo_tell()</strong> 返回当前指针位置(大型对象中从头开始的偏移量)。
</p>
<p>
 参见 pg_lo_seek()。
</p>

标签: php php教程

热门推荐