pg_lo_tell

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

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

说明

pg_lo_tell(resource $large_object): int

pg_lo_tell() 返回当前指针位置(大型对象中从头开始的偏移量)。

参见 pg_lo_seek()

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top