.. default-domain:: mongodb.. contents:: On this page :local: :backlinks: none :depth: 1 :class: singlecolDefinition----------.. phpmethod:: MongoDB\\GridFS\\Bucket::getChunksCollection() Returns the chunks collection used by the bucket. .. code-block:: php function getChunksCollection(): MongoDB\CollectionReturn Values-------------A :phpclass:`MongoDB\\Collection` object for the chunks collection... todo: add examples