PHP 8.3.4 Released!

ibase_drop_db

(PHP 5, PHP 7 < 7.4.0)

ibase_drop_dbデータベースを削除する

説明

ibase_drop_db(resource $connection = null): bool

この関数は、ibase_connect() あるいは ibase_pconnect() のいずれかによってオープンされたデータベースを削除します。 データベースがクローズされ、サーバーから削除されます。

パラメータ

connection

InterBase リンク ID。省略した場合は、 最後にオープンしたリンクを使用します。

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

  • ibase_connect() - データベースへの接続をオープンする
  • ibase_pconnect() - InterBase データベースへの持続的接続をオープンする

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top