php man page for msql_drop_db

Query: msql_drop_db

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MSQL_DROP_DB(3) 														   MSQL_DROP_DB(3)

msql_drop_db - Drop (delete) mSQL database

SYNOPSIS
bool msql_drop_db (string $database_name, [resource $link_identifier])
DESCRIPTION
msql_drop_db(3) attempts to drop (remove) a database from the mSQL server.
PARAMETERS
o $database_name - The name of the database. o $ link_identifier -The mSQL connection. If not specified, the last link opened by msql_connect(3) is assumed. If no such link is found, the function will try to establish a link as if msql_connect(3) was called, and use it.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
msql_create_db(3). PHP Documentation Group MSQL_DROP_DB(3)
Related Man Pages
msql_connect(3) - php
msql_query(3) - php
mssql_close(3) - php
mysql_create_db(3) - php
mysql_drop_db(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch