fbsql_db_status

(PHP 4 >= 4.1.0, PHP 5)

fbsql_db_status -- Restituisce lo stato di un dato database.

Descrizione

int fbsql_db_status ( string database_name [, resource link_identifier])

Restituisce: un valore intero con lo stato corrente.

fbsql_db_status() richiede lo stato corrente del database specificato da database_name. Se il link_identifier viene omesso verrà usato quello in uso.

Il valore restituito potrà essere uno delle seguenti costanti:

Vedere anche: fbsql_start_db() e fbsql_stop_db().