이 페이지의 내용
MongoDB\Collection::getCollectionName()
이 collection의 이름을 반환합니다.
function getCollectionName(): string
이 collection의 이름(문자열)입니다.
다음은 test 데이터베이스에 있는 zips 컬렉션에 대한 컬렉션 이름을 반환합니다.
test
zips
<?php$collection = (new MongoDB\Client)->test->zips;echo $collection->getCollectionName();
이 경우 출력은 다음과 유사합니다:
MongoDB\Collection::getDatabaseName()
MongoDB\Collection::getNamespace()
돌아가기
FindOneAndUpdate()
다음
getDatabaseName()