Home > PHP > Function > Informix > ifx_pconnect()

ifx_pconnect()

ifx_pconnect - Open persistent Informix connection

Syntax

resource ifx_pconnect (string $database, string $userid, string $password)

Arguments

  • database - The database name, as a string.
  • userid - The username, as a string.
  • password - The password, as a string.

Description

ifx_pconnect() acts very much like ifx_connect() with two major differences.

Version

PHP 4, <=5.2.0

Return value

Returns: valid Informix persistent link identifier on success, or FALSE on errors.