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_persistent
bool
ibase.max_persistent
int
ibase.max_links
int
ibase.default_db
string
ibase.default_user
string
ibase.default_password
string
ibase.default_charset
string
ibase.timestampformat
string
ibase.dateformat
string
ibase.timeformat
string