IFXUS_SEEK_SLOB(3) 1 IFXUS_SEEK_SLOB(3)
ifxus_seek_slob - Sets the current file or seek position
SYNOPSIS
int ifxus_seek_slob (int $bid, int $mode, int $offset)
DESCRIPTION
Sets the current file or seek position of an open slob object.
PARAMETERS
o $bid
- An existing slob id.
o $mode
- 0 = LO_SEEK_SET, 1 = LO_SEEK_CUR, 2 = LO_SEEK_END.
o $offset
- A byte offset.
RETURN VALUES
Returns the seek position as an integer, or FALSE on errors.
SEE ALSO
ifxus_tell_slob(3).
PHP Documentation Group IFXUS_SEEK_SLOB(3)