« 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教程 上一篇PHP:pg_lo_truncate()的用法 下一篇PHP:pg_lo_unlink()的用法 热门推荐 1 php自动加载方式集合2 Mac系统完美安装PHP7详细教程3 PHP使用内置函数file_put_contents写入文件及追加内容的方法4 如何在PHP数组中搜索多个值5 PHP strstr 函数判断字符串是否否存在的实例代码6 thinkPHP中分页用法实例分析7 php动态实现表格跨行跨列实现代码8 thinkPHP引入类的方法详解9 PHP中的开发工具10 PHP:bindec()的用法