ifxus_open_slob

(PHP 4, PHP <=5.2.0) Opens an slob object int ifxus_open_slob ( int $bid, int $mode ) Opens an slob object. bid should be an existing slob id. Parameters: 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: Returns t

ifxus_free_slob

(PHP 4, PHP <=5.2.0) Deletes the slob object bool ifxus_free_slob ( int $bid ) Deletes the slob object. Parameters: bid An existing slob id. Returns: Returns TRUE on success or FALSE on failure. See also: ifxus_close_slob() -

ifxus_create_slob

(PHP 4, PHP <=5.2.0) Creates an slob object and opens it int ifxus_create_slob ( int $mode ) Creates an slob object and opens it. Parameters: mode A combination of IFX_LO_RDONLY, IFX_LO_WRONLY, IFX_LO_APPEND IFX_LO_RDWR, IFX_LO_BUFFER, IFX_LO_NOBUFFER. Returns: Return the new slob object-id, or FALSE on errors.

ifxus_close_slob

(PHP 4, PHP <=5.2.0) Deletes the slob object bool ifxus_close_slob ( int $bid ) Deletes the slob object on the given slob object-id bid. Parameters: bid An existing slob id. Returns: Returns TRUE on success or FALSE on failure. See also: ifxus_open_slob() -

ifx_update_char

(PHP 4, PHP <=5.2.0) Updates the content of the char object bool ifx_update_char ( int $bid, string $content ) Updates the content of the char object for the given char object bid. Parameters: bid A char object identifier. content The new data, as a string. Returns: Returns TRUE on success or FALSE on failur

ifx_update_blob

(PHP 4, PHP <=5.2.0) Updates the content of the blob object bool ifx_update_blob ( int $bid, string $content ) Updates the content of the blob object for the given blob object bid. Parameters: bid A BLOB object identifier. content The new data, as a string. Returns: Returns TRUE on success or FALSE on failur

ifx_textasvarchar

(PHP 4, PHP <=5.2.0) Set the default text mode bool ifx_textasvarchar ( int $mode ) Sets the default text mode for all select-queries. Parameters: mode Mode "0" will return a blob id, and mode "1" will return a varchar with text content. Returns: Returns TRUE on success or FALSE on failure.

ifx_query

(PHP 4, PHP <=5.2.0) Send Informix query resource ifx_query ( string $query, resource $link_identifier [, int $cursor_type [, mixed $blobidarray ]] ) Sends a query to the currently active database on the server that's associated with the specified link identifier. For "select-type" queries a cursor is declared and opened. Non-select queries are "execute immediate". For either query type the number of (estimated or rea

ifx_prepare

(PHP 4, PHP <=5.2.0) Prepare an SQL-statement for execution resource ifx_prepare ( string $query, resource $link_identifier [, int $cursor_def ], mixed $blobidarray ) Prepares a query for later use with ifx_do(). For "select-type" queries a cursor is declared and opened. Non-select queries are "execute immediate". For either query type the number of (estimated or real) affected rows is saved for retrieval by ifx_affec

ifx_pconnect

(PHP 4, PHP <=5.2.0) Open persistent Informix connection resource ifx_pconnect ([ string $database [, string $userid [, string $password ]]] ) ifx_pconnect() acts very much like ifx_connect() with two major differences. First, when connecting, the function would first try to find a (persistent) link that's already open with the same host, username and password. If one is found, an identifier for it will be returned inst