msql_create_db(3) php man page | unix.com

Man Page: msql_create_db

Operating Environment: php

Section: 3

MSQL_CREATE_DB(3)														 MSQL_CREATE_DB(3)

msql_create_db - Create mSQL database

SYNOPSIS
bool msql_create_db (string $database_name, [resource $link_identifier])
DESCRIPTION
msql_create_db(3) attempts to create a new database on the mSQL server.
PARAMETERS
o $database_name - The name of the mSQL 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_drop_db(3). PHP Documentation Group MSQL_CREATE_DB(3)
Related Man Pages
fbsql_select_db(3) - php
ibase_trans(3) - php
mssql_query(3) - php
mysql_create_db(3) - php
mysql_drop_db(3) - php
Similar Topics in the Unix Linux Community
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!