ifxus_open_slob
(PHP 3>= 3.0.4, PHP 4 )
ifxus_open_slob -- Opens an slob object
Description
int ifxus_open_slob ( long bid, int mode)
Opens an slob object. bid should be an existing slob id.
Modes: 1 = LO_RDONLY, 2 = LO_WRONLY, 4 = LO_APPEND, 8 =
LO_RDWR, 16 = LO_BUFFER, 32 = LO_NOBUFFER -> or-mask.
Returns FALSE on error otherwise the new slob object-id.
ifxus_read_slob
(PHP 3>= 3.0.4, PHP 4 )
ifxus_read_slob -- Reads nbytes of the slob object
Description
int ifxus_read_slob ( long bid, long nbytes)
Reads nbytes of the slob object. bid is a existing slob
id and nbytes is the number of bytes read. Return FALSE
on error otherwise the string.
|