Home > PHP > Function > Informix > ifxus_create_slob()

ifxus_create_slob()

ifxus_create_slob - Creates an slob object and opens it

Syntax

int ifxus_create_slob (int $mode)

Arguments

  • mode - A combination of IFX_LO_RDONLY, IFX_LO_WRONLY, IFX_LO_APPEND IFX_LO_RDWR, IFX_LO_BUFFER, IFX_LO_NOBUFFER.

Description

Creates an slob object and opens it.

Version

PHP 4, <=5.2.0

Return value

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