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: fbsql_drop_db - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

fbsql_errno" width="11" height="7"/> <fbsql_db_status
Last updated: Fri, 05 Sep 2008

view this page in

fbsql_drop_db

(PHP 4 >= 4.0.6, PHP 5)

fbsql_drop_dbFrontBase データベースを破棄(削除)する

説明

bool fbsql_drop_db ( string $database_name [, resource $link_identifier ] )

fbsql_drop_db() は、指定したリンク ID が指す サーバからデータベース全体を破棄(削除)します。

パラメータ

database_name

データベース名を表す文字列。

link_identifier

fbsql_connect() あるいは fbsql_pconnect() が返す FrontBase リンク ID。

指定しなかった場合は、この関数は FrontBase サーバでオープンしているリンクを探します。見つからないときは fbsql_connect() に引数を指定せずにコールしたときと同様にして作成します。

返り値

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



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

fbsql_errno" width="11" height="7"/> <fbsql_db_status
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites