MongoDB\Model\CollectionInfo::getType()
バージョン 1.9 の新機能。
定義
Return Values
コレクションの種類。 これは、 listCollections
コマンドの応答で返されるtype
フィールドに対応します。
例
$info = new CollectionInfo(['type' => 'collection', 'name' => 'foo']); echo $info->getType();
出力は次のようになります。
collection
その他の参照
MongoDB マニュアルのlistCollectionsコマンド参照