Home > PHP > Function > Informix > ifx_update_char()

ifx_update_char()

ifx_update_char - Updates the content of the char object

Syntax

bool ifx_update_char (int $bid, string $content)

Arguments

  • bid - A char object identifier.
  • content - The new data, as a string.

Description

Updates the content of the char object for the given char object bid.

Version

PHP 4, <=5.2.0

Return value

Returns TRUE on success or FALSE on failure.