Home > PHP > Function > Informix > ifxus_write_slob()

ifxus_write_slob()

ifxus_write_slob - Writes a string into the slob object

Syntax

int ifxus_write_slob (int $bid, string $content)

Arguments

  • bid - An existing slob id.
  • content - The content to write, as a string.

Description

Writes a string into the slob object.

Version

PHP 4, <=5.2.0

Return value

Returns the bytes written as an integer, or FALSE on errors.