(PHP 4, PHP <=5.2.0)
ifxus_seek_slob — Fixe le fichier courant ou la position courante
$bid
, int $mode
, int $offset
)Fixe le fichier courant ou la position courante d'un objet slob ouvert.
bid
Un identifiant slob existant.
mode
0 = LO_SEEK_SET, 1 = LO_SEEK_CUR, 2 = LO_SEEK_END.
offset
La position.
Retourne le position sous la forme d'un entier ou FALSE
si une erreur survient.