Runtime Configuration
The behaviour of these functions is affected by settings
in php.ini.
Table 1. InterBase configuration options
Name Default Changeable
ibase.allow_persistent "1" PHP_INI_SYSTEM
ibase.max_persistent "-1" PHP_INI_SYSTEM
ibase.max_links "-1" PHP_INI_SYSTEM
ibase.default_user NULL PHP_INI_ALL
ibase.default_password NULL PHP_INI_ALL
ibase.timestampformat "%m/%d/%Y%H:%M:%S" PHP_INI_ALL
ibase.dateformat "%m/%d/%Y" PHP_INI_ALL
ibase.timeformat "%H:%M:%S" PHP_INI_ALL
For further details and definition of the PHP_INI_* constants
see ini_set().
Resource Types
Predefined Constants
The constants below are defined by this extension, and will
only be available when the extension has either been compiled
into PHP or dynamically loaded at runtime.
IBASE_DEFAULT (integer)
IBASE_TEXT (integer)
IBASE_UNIXTIME (integer)
IBASE_WRITE (integer)
Access mode
IBASE_READ (integer)
Access mode
IBASE_COMMITTED (integer)
Isolation level
IBASE_CONSISTENCY (integer)
Isolation level
IBASE_CONCURRENCY (integer)
Isolation level (default)
IBASE_REC_VERSION (integer)
IBASE_REC_NO_VERSION (integer)
IBASE_NOWAIT (integer)
Lock resolution
IBASE_WAIT (integer)
Lock resolution (default)
IBASE_TIMESTAMP (integer)
IBASE_DATE (integer)
IBASE_TIME (integer)
|