|
PHP5中文手册
fbsql_create_db(PHP 4 >= 4.0.6, PHP 5) fbsql_create_db — Create a FrontBase database 说明
bool fbsql_create_db
( string $database_name
[, resource $link_identifier
[, string $database_options
]] )
Attempts to create a new database on the specied server. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 fbsql_create_db() example
<?php |