IFX_CREATE_BLOB(3) 1 IFX_CREATE_BLOB(3)
ifx_create_blob - Creates an blob object
SYNOPSIS
int ifx_create_blob (int $type, int $mode, string $param)
DESCRIPTION
Creates a blob object.
PARAMETERS
o $type
- 1 = TEXT, 0 = BYTE
o $mode
- 0 = blob-object holds the content in memory, 1 = blob-object holds the content in file.
o $param
- if mode = 0: pointer to the content, if mode = 1: pointer to the filestring.
RETURN VALUES
Returns the new BLOB object-id, or FALSE on errors.
SEE ALSO
ifx_copy_blob(3), ifx_free_blob(3).
PHP Documentation Group IFX_CREATE_BLOB(3)