Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: msql_create_db - Manual
[go: Go Back, main page]

PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<msql_connectmsql_createdb" width="11" height="7"/>
view the version of this page
Last updated: Sat, 06 May 2006

msql_create_db

(PHP 3, PHP 4, PHP 5)

msql_create_db -- mSQL データベースを作成する

説明

bool msql_create_db ( string database_name [, resource link_identifier] )

msql_create_db() は、mSQL サーバ上に データベースの作成を試みます。

パラメータ

database_name

mSQL データベース名。

link_identifier

mSQL 接続。 指定されない場合、msql_connect() により直近にオープンされたリンクが 指定されたと仮定されます。そのようなリンクがない場合、この関数は、 msql_connect()をコールした時と同様にリンクを確立し、使用します。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes
msql_create_db
There are no user contributed notes for this page.

<msql_connectmsql_createdb" width="11" height="7"/>
 Last updated: Sat, 06 May 2006
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2006 The PHP Group
All rights reserved.
This mirror generously provided by: PacketBusiness, Inc.
Last updated: Mon Sep 4 09:25:35 2006 JST