ifxus_open_slob

(PHP 4, PHP <=5.2.0)

ifxus_open_slobOpens an slob object

설명

int ifxus_open_slob ( int $bid , int $mode )

Opens an slob object. bid should be an existing slob id.

인수

bid

An existing slob id.

mode

A combination of IFX_LO_RDONLY, IFX_LO_WRONLY, IFX_LO_APPEND IFX_LO_RDWR, IFX_LO_BUFFER, IFX_LO_NOBUFFER.

반환값

Returns the new slob object-id, or FALSE on errors.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top