Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/ / /
PHP ライブラリ マニュアル
/ /

MongoDB\Model\DatabaseInfo クラス

MongoDB\Model\DatabaseInfo

このクラスは、データベースに関する情報をモデル化します。 このクラスのインスタンスは、 MongoDB\Model\DatabaseInfoIteratorをトラバースすることで返されます。これはMongoDB\Client::listDatabases()によって返されます。

Changed in version 1.4: This class implements PHP's ArrayAccess interface. This provides a mechanism for accessing index fields for which there exists no helper method. isset() may be used to check for the existence of a field before accessing it with [].

注意

戻る

isView()