PHP Conference Japan 2024

ibase_drop_db

(PHP 5, PHP 7 < 7.4.0)

ibase_drop_db刪除資料庫

描述

ibase_drop_db(資源 $connection = null): 布林值

此函式刪除由 ibase_connect()ibase_pconnect() 開啟的資料庫。資料庫會關閉並從伺服器刪除。

參數

connection

InterBase 連線識別字。如果省略,則會假設為上次開啟的連線。

傳回值

成功時傳回 true,失敗時傳回 false

參見

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top