★ wanayoo — archive 1999 http://www.php.net/manual/ja/function.mysql-drop-db.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to MySQL
Quick Reference
English version of this pageGerman version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
MySQL
* mysql_affected_rows
* mysql_change_user
* mysql_close
* mysql_connect
* mysql_create_db
* mysql_data_seek
* mysql_db_query
* mysql_drop_db
* mysql_errno
* mysql_error
* mysql_fetch_array
* mysql_fetch_field
* mysql_fetch_lengths
* mysql_fetch_object
* mysql_fetch_row
* mysql_field_name
* mysql_field_seek
* mysql_field_table
* mysql_field_type
* mysql_field_flags
* mysql_field_len
* mysql_free_result
* mysql_insert_id
* mysql_list_fields
* mysql_list_dbs
* mysql_list_tables
* mysql_num_fields
* mysql_num_rows
* mysql_pconnect
* mysql_query
* mysql_result
* mysql_select_db
* mysql_tablename
Manual: mysql_drop_db
View the source code for this pageSearch the site



Previous page
 mysql_db_query
 Updated
Mon, 14 Aug 2000
mysql_errno 
Next page


mysql_drop_db

(PHP3 , PHP4 )

mysql_drop_db -- MySQLデータベースを破棄(削除)する

説明

int mysql_drop_db (string database_name [, int link_identifier])

成功した場合にtrue、失敗した場合にfalseを返します。

mysql_drop_db()は、指定したlink_identifierが指す データベース全体を破棄(削除)しようとします。

mysql_create_db()も参照下さい。 下位互換性の維持のため、mysql_dropdb()を 使用することも可能です。


 About Notes


Previous page
 mysql_db_query
 Updated
Mon, 14 Aug 2000
mysql_errno 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.