項目一覧
MongoDB\Collection::getCollectionName()
このコレクションの名前を返します。
function getCollectionName(): string
このコレクションの名前を string として表します。
次の例では、 testデータベース内のzipsコレクションのコレクション名が返されます。
test
zips
<?php$collection = (new MongoDB\Client)->test->zips;echo $collection->getCollectionName();
出力は次のようになります。
MongoDB\Collection::getDatabaseName()
MongoDB\Collection::getNamespace()
戻る
findOneAndUpdate()
次へ
getDatabaseName()