Php/docs/function.pg-lo-seek

来自菜鸟教程
机器人讨论 | 贡献2020年12月10日 (四) 13:04的版本 (autoload)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至:导航、​搜索

pg_lo_seek

(PHP 4 >= 4.2.0, PHP 5, PHP 7)

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()