IFXUS_OPEN_SLOB(3) 1 IFXUS_OPEN_SLOB(3)
ifxus_open_slob - Opens an slob object
SYNOPSIS
int ifxus_open_slob (int $bid, int $mode)
DESCRIPTION
Opens an slob object. $bid should be an existing slob id.
PARAMETERS
o $bid
- An existing slob id.
o $mode
- A combination of IFX_LO_RDONLY, IFX_LO_WRONLY, IFX_LO_APPEND IFX_LO_RDWR, IFX_LO_BUFFER, IFX_LO_NOBUFFER.
RETURN VALUES
Returns the new slob object-id, or FALSE on errors.
SEE ALSO
ifxus_close_slob(3), ifxus_free_slob(3).
PHP Documentation Group IFXUS_OPEN_SLOB(3)