MongoDB\BSON\Document::offsetGet
(mongodb >=1.17.0)
MongoDB\BSON\Document::offsetGet — 返回文档中键的值
描述
final public MongoDB\BSON\Document::offsetGet(
mixed $key
):
mixed
返回值
返回与给定键关联的值。如果文档中不存在该键,则抛出异常。
注意: 在遇到 BSON 文档中编码为 64 位整数的值时,此方法的返回值将为 MongoDB\BSON\Int64 实例。