MongoDB\GridFS\Bucket::getChunksCollection()
項目一覧
バージョン 1.2 の新機能.
定義
Return Values
チャンク コレクションの MongoDB\Collection
オブジェクト。
例
$bucket = (new MongoDB\Client)->test->selectGridFSBucket(); var_dump((string) $bucket->getChunksCollection());
出力は次のようになります。
string(14) "test.fs.chunks"