PHP.mk документација
Конфигурација во време на извршување
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Патека
ibase.configuration.php
Локална патека за оваа страница.
Извор
php.net/manual/en
Оригиналниот HTML се реупотребува и локално се стилизира.
Режим
Прокси + превод во позадина
Кодовите, табелите и белешките остануваат читливи во истиот тек.
Референца
ibase.configuration.php
Конфигурација во време на извршување
Референца за `ibase.configuration.php` со подобрена типографија и навигација.
Конфигурација во време на извршување
Поведението на овие функции е под влијание на поставките во php.ini.
| Име | Стандардно | Променливо | Дневник на промени |
|---|---|---|---|
| ibase.allow_persistent | "1" | INI_SYSTEM |
|
| ibase.max_persistent | "-1" | INI_SYSTEM |
|
| ibase.max_links | "-1" | INI_SYSTEM |
|
| ibase.default_db | NULL | INI_SYSTEM |
|
| ibase.default_user | NULL | INI_ALL |
|
| ibase.default_password | NULL | INI_ALL |
|
| ibase.default_charset | NULL | INI_ALL |
|
| ibase.timestampformat | "%Y-%m-%d %H:%M:%S" | INI_ALL |
|
| ibase.dateformat | "%Y-%m-%d" | INI_ALL |
|
| ibase.timeformat | "%H:%M:%S" | INI_ALL |
Еве кратко објаснување на директивите за конфигурација.
-
ibase.allow_persistentbool - Дали да се дозволи уништуваат од собирачот на отпадоци. Погледнете го to Firebird/InterBase.
-
ibase.max_persistentint - The maximum number of persistent Firebird/InterBase connections per process. New connections created with ibase_pconnect() will be non-persistent if this number would be exceeded.
-
ibase.max_linksint - The maximum number of Firebird/InterBase connections per process, including persistent connections.
-
ibase.default_dbstring - The default database to connect to when ibase_[p]connect() is called without specifying a database name. If this value is set and SQL safe mode is enabled, no other connections than to this database will be allowed.
-
ibase.default_userstring - The user name to use when connecting to a database if no user name is specified.
-
ibase.default_passwordstring - The password to use when connecting to a database if no password is specified.
-
ibase.default_charsetstring - The character set to use when connecting to a database if no character set is specified.
-
ibase.timestampformatstring -
ibase.dateformatstring -
ibase.timeformatstring - These directives are used to set the date and time formats that are used when returning dates and times from a result set, or when binding arguments to date and time parameters.
Белешки од корисници
Нема белешки од корисници за оваа страница.