Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.mysql-drop-db.html
Дата изменения: Sun Feb 3 22:47:25 2002
Дата индексирования: Tue Oct 2 07:21:36 2012
Кодировка:
mysql_drop_db

mysql_drop_db

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

mysql_drop_db -- Drop (delete) a MySQL database

Description

bool mysql_drop_db ( string database_name [, resource link_identifier])

Returns TRUE on success, FALSE on failure.

mysql_drop_db() attempts to drop (remove) an entire database from the server associated with the specified link identifier.

For downward compatibility mysql_dropdb() can also be used. This is deprecated, however.

See also: mysql_create_db().