(PHP 3, PHP 4, PHP 5)
msql_create_db() attempts to create a new database on the mSQL server.
The name of the mSQL database.
mSQL 的连接。如果没有指定,默认使用最后被 msql_connect() 打开的连接。如果没有找到该连接,函数会尝试通过调用已定义的 msql_connect() 重新建立连接并使用它。
如果成功则返回 TRUE,失败则返回 FALSE。