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