Build Your Own DatabaseDriven Website Using PHP amp;amp; MySQL [Electronic resources]

Kevin Yank

نسخه متنی -صفحه : 190/ 138
نمايش فراداده

mysql_drop_db

mysql_drop_db(db_name[, link_id])

This function drops (deletes) the specified database and all the tables it contains, using the default or specified (link_id) MySQL connection. It returns true on success or false on failure.

The function name mysql_dropdb may also be used, but is deprecated.