ingres_pconnect()
ingres_pconnect - Open a persistent connection to an Ingres database
Syntax
resource ingres_pconnect (
string $database,
string $username,
string $password,
array $options)
Arguments
- database - The database name. Must follow the syntax: [vnode::]dbname[/svr_class]
- username - The Ingres user name
- password - The password associated with username
- options - See ingres_connect() for the list of options that can be passed
Description
Open a persistent connection to an Ingres database.
Version
PHP 4.0.2, 5 <= 5.0.5, PECL ingres >= 1.0.0
Return value
Returns an Ingres link resource on success or FALSE on failure