PHP Manual
pg_lo_seek
Description
bool pg_lo_seek ( resource large_object, int offset [, int whence] )pg_lo_seek() seeks a position within a large object resource.
To use the large object interface, it is necessary to enclose it within a transaction block.
Parameters
large_objectPostgreSQL large object (LOB) resource, returned by pg_lo_open().
offsetThe number of bytes to seek.
whenceOne of the constants PGSQL_SEEK_SET (seek from object start), PGSQL_SEEK_CUR (seek from current position) or PGSQL_SEEK_END (seek from object end) .
Examples
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




