Description
bool
pg_lo_seek
( resource large_object, int offset [, int whence])
pg_lo_seek(
)
modifie
la
position
du
pointeur
dans
l
'objet
de
grande
taille
large_object
.
Le
paramètre
whence
peut
prendre
les
valeurs
de
PGSQL_SEEK_SET
,
PGSQL_SEEK_CUR
ou
PGSQL_SEEK_END
.
Voir
aussi
pg_lo_tell(
)
.