在此页面上
在 1.2 版本中进行了更改。
MongoDB\GridFS\Bucket::getChunkSizeBytes()
返回此存储桶的数据块大小(以字节为单位)。
function getChunkSizeBytes(): integer
此存储桶的数据块大小(以字节为单位)。
<?php$bucket = (new MongoDB\Client)->test->selectGridFSBucket();var_dump($bucket->getChunkSizeBytes());
而输出将类似如下所示:
int(261120)
后退
getChunksCollection()
来年
getDatabaseName()