Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.fbsql-db-status.html
Дата изменения: Sun Feb 3 22:38:04 2002
Дата индексирования: Tue Oct 2 09:50:32 2012
Кодировка:
fbsql_db_status

fbsql_db_status

(PHP 4 >= 4.1.0)

fbsql_db_status -- Get the status for a given database

Description

int fbsql_db_status ( string database_name [, resource link_identifier])

Returns: An integer value with the current status.

fbsql_db_status() requests the current status of the database specified by database_name. If the link_identifier is omitted the default link_identifier will be used.

The return value can be one of the following constants:

See also: fbsql_start_db() and fbsql_stop_db().