定義
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 []
.