7.44 InterBase 
7 Index des fonctions 
 Manuel PHP 
 . Introduction . Pré-requis . Installation ->Configuration à l'exécution . Types de ressources . Constantes prédefinies . ibase_add_user . ibase_affected_rows . ibase_blob_add . ibase_blob_cancel . ibase_blob_close . ibase_blob_create . ibase_blob_echo . ibase_blob_get . ibase_blob_import . ibase_blob_info . ibase_blob_open . ibase_close . ibase_commit_ret . ibase_commit . ibase_connect . ibase_delete_user . ibase_drop_db . ibase_errcode . ibase_errmsg . ibase_execute . ibase_fetch_assoc . ibase_fetch_object . ibase_fetch_row . ibase_field_info . ibase_free_event_handler . ibase_free_query . ibase_free_result . ibase_modify_user . ibase_name_result . ibase_num_fields . ibase_num_params . ibase_param_info . ibase_pconnect . ibase_prepare . ibase_query . ibase_rollback_ret . ibase_rollback . ibase_set_event_handler . ibase_timefmt . ibase_trans . ibase_wait_event
 
  | 
 
  7.44.4 Configuration à l'exécution 
 Le comportement de ces fonctions est affecté par la configuration dans le fichier  
php.ini
 . 
 
 
| Nom | 
Par défaut | 
Modifiable | 
 
| 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 | 
 
 
 
  Pour plus de détails sur les constantes PHP_INI_*, reportez-vous à  
ini_set
 .
 
 |