|
|
 |
XLIV. InterBase functionsÚvod
InterBase is a popular database put out by Borland/Inprise. More
information about InterBase is available at http://www.interbase.com/. Oh, by the way, InterBase
just joined the open source movement!
Poznámka:
Full support for InterBase 6 was added in PHP 4.0.
This database uses a single quote (') character for escaping, a
behavior similar to the Sybase database, add to your
php.ini the following directive:
Konfigurace běhu
Chování těchto funkcí je ovlivněno nastavením parametrů v php.ini.
Tabulka 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().
Předdefinované konstanty
Tyto konstanty jsou definovány tímto rozšířením a budou k dispozici pouze
tehdy, bylo-li rozšíření zkompilováno společně s PHP nebo dynamicky zavedeno
za běhu.
User Contributed Notes InterBase functions |
 |
| There are no user contributed notes for this page. |
| |