下载
文档
参与
帮助
入门
介绍
一个简单的教程
语言参考
基本语法
类型
变量
常量
表达式
运算符
控制结构
函数
类和对象
命名空间
枚举
错误
异常
纤程
生成器
属性
引用详解
预定义变量
预定义异常
预定义接口和类
预定义属性
上下文选项和参数
支持的协议和封装器
安全
介绍
一般注意事项
作为 CGI 二进制文件安装
作为 Apache 模块安装
会话安全
文件系统安全
数据库安全
错误报告
用户提交的数据
隐藏 PHP
保持最新
特性
使用 PHP 进行 HTTP 身份验证
Cookie
会话
处理文件上传
使用远程文件
连接处理
持久数据库连接
命令行使用
垃圾回收
DTrace 动态跟踪
函数参考
影响 PHP 的行为
音频格式操作
身份验证服务
命令行专用扩展
压缩和归档扩展
密码学扩展
数据库扩展
日期和时间相关扩展
文件系统相关扩展
自然语言和字符编码支持
图像处理和生成
邮件相关扩展
数学扩展
非文本 MIME 输出
进程控制扩展
其他基本扩展
其他服务
搜索引擎扩展
服务器特定扩展
会话扩展
文本处理
变量和类型相关扩展
Web 服务
仅 Windows 扩展
XML 操作
GUI 扩展
键盘快捷键
?
此帮助
j
下一个菜单项
k
上一个菜单项
g p
上一个手册页
g n
下一个手册页
G
滚动到底部
g g
滚动到顶部
g h
转到主页
g s
转到搜索
(当前页面)
/
聚焦搜索框
函数 »
« MongoDB\Driver\WriteResult::isAcknowledged
PHP 手册
函数参考
数据库扩展
供应商特定数据库扩展
MongoDB
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
MongoDB BSON 类和函数
函数
MongoDB\BSON\fromJSON
— 返回 JSON 值的 BSON 表示形式
MongoDB\BSON\fromPHP
— 返回 PHP 值的 BSON 表示形式
MongoDB\BSON\toCanonicalExtendedJSON
— 返回 BSON 值的规范扩展 JSON 表示形式
MongoDB\BSON\toJSON
— 返回 BSON 值的旧版扩展 JSON 表示形式
MongoDB\BSON\toPHP
— 返回 BSON 值的 PHP 表示形式
MongoDB\BSON\toRelaxedExtendedJSON
— 返回 BSON 值的宽松扩展 JSON 表示形式
MongoDB\BSON\Document
— MongoDB\BSON\Document 类
MongoDB\BSON\Document::__construct
— 构造一个新的 BSON 文档(未使用)
MongoDB\BSON\Document::fromBSON
— 从 BSON 字符串构造一个新的文档实例
MongoDB\BSON\Document::fromJSON
— 从 JSON 字符串构造一个新的文档实例
MongoDB\BSON\Document::fromPHP
— 从 PHP 数据构造一个新的文档实例
MongoDB\BSON\Document::get
— 返回文档中键的值
MongoDB\BSON\Document::getIterator
— 返回 BSON 文档的迭代器
MongoDB\BSON\Document::has
— 返回文档中是否包含键
MongoDB\BSON\Document::offsetExists
— 返回文档中是否包含键
MongoDB\BSON\Document::offsetGet
— 返回文档中键的值
MongoDB\BSON\Document::offsetSet
— ArrayAccess 的实现
MongoDB\BSON\Document::offsetUnset
— ArrayAccess 的实现
MongoDB\BSON\Document::serialize
— 序列化文档
MongoDB\BSON\Document::toCanonicalExtendedJSON
— 返回 BSON 文档的规范扩展 JSON 表示形式
MongoDB\BSON\Document::toPHP
— 返回 BSON 文档的 PHP 表示形式
MongoDB\BSON\Document::toRelaxedExtendedJSON
— 返回 BSON 文档的宽松扩展 JSON 表示形式
MongoDB\BSON\Document::__toString
— 返回此 BSON 文档的字符串表示形式
MongoDB\BSON\Document::unserialize
— 反序列化 BSON 文档
MongoDB\BSON\PackedArray
— MongoDB\BSON\PackedArray 类
MongoDB\BSON\PackedArray::__construct
— 构造一个新的 BSON 数组(未使用)
MongoDB\BSON\PackedArray::fromPHP
— 从 PHP 数据构造一个新的 BSON 数组实例
MongoDB\BSON\PackedArray::get
— 返回数组中索引的值
MongoDB\BSON\PackedArray::getIterator
— 返回 BSON 数组的迭代器
MongoDB\BSON\PackedArray::has
— 返回数组中是否包含索引
MongoDB\BSON\PackedArray::offsetExists
— 返回数组中是否包含索引
MongoDB\BSON\PackedArray::offsetGet
— 返回数组中索引的值
MongoDB\BSON\PackedArray::offsetSet
— ArrayAccess 的实现
MongoDB\BSON\PackedArray::offsetUnset
— ArrayAccess 的实现
MongoDB\BSON\PackedArray::serialize
— 序列化 BSON 数组
MongoDB\BSON\PackedArray::toPHP
— 返回 BSON 数组的 PHP 表示形式
MongoDB\BSON\PackedArray::__toString
— 返回此 BSON 数组的字符串表示形式
MongoDB\BSON\PackedArray::unserialize
— 反序列化 BSON 数组
MongoDB\BSON\Iterator
— MongoDB\BSON\Iterator 类
MongoDB\BSON\Iterator::__construct
— 构造一个新的 BSON 迭代器(未使用)
MongoDB\BSON\Iterator::current
— 返回当前元素
MongoDB\BSON\Iterator::key
— 返回当前元素的键
MongoDB\BSON\Iterator::next
— 将迭代器移至下一个元素
MongoDB\BSON\Iterator::rewind
— 将迭代器重绕到第一个元素
MongoDB\BSON\Iterator::valid
— 检查当前位置是否有效
MongoDB\BSON\Binary
— MongoDB\BSON\Binary 类
MongoDB\BSON\Binary::__construct
— 构造一个新的 Binary
MongoDB\BSON\Binary::getData
— 返回 Binary 的数据
MongoDB\BSON\Binary::getType
— 返回 Binary 的类型
MongoDB\BSON\Binary::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\Binary::serialize
— 序列化 Binary
MongoDB\BSON\Binary::__toString
— 返回 Binary 的数据
MongoDB\BSON\Binary::unserialize
— 反序列化 Binary
MongoDB\BSON\Decimal128
— MongoDB\BSON\Decimal128 类
MongoDB\BSON\Decimal128::__construct
— 构造一个新的 Decimal128
MongoDB\BSON\Decimal128::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\Decimal128::serialize
— 序列化 Decimal128
MongoDB\BSON\Decimal128::__toString
— 返回此 Decimal128 的字符串表示形式
MongoDB\BSON\Decimal128::unserialize
— 反序列化 Decimal128
MongoDB\BSON\Javascript
— MongoDB\BSON\Javascript 类
MongoDB\BSON\Javascript::__construct
— 构造一个新的 Javascript
MongoDB\BSON\Javascript::getCode
— 返回 Javascript 的代码
MongoDB\BSON\Javascript::getScope
— 返回 Javascript 的范围文档
MongoDB\BSON\Javascript::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\Javascript::serialize
— 序列化 Javascript
MongoDB\BSON\Javascript::__toString
— 返回 Javascript 的代码
MongoDB\BSON\Javascript::unserialize
— 反序列化 Javascript
MongoDB\BSON\MaxKey
— MongoDB\BSON\MaxKey 类
MongoDB\BSON\MaxKey::__construct
— 构造一个新的 MaxKey
MongoDB\BSON\MaxKey::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\MaxKey::serialize
— 序列化 MaxKey
MongoDB\BSON\MaxKey::unserialize
— 反序列化 MaxKey
MongoDB\BSON\MinKey
— MongoDB\BSON\MinKey 类
MongoDB\BSON\MinKey::__construct
— 构造一个新的 MinKey
MongoDB\BSON\MinKey::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\MinKey::serialize
— 序列化 MinKey
MongoDB\BSON\MinKey::unserialize
— 反序列化 MinKey
MongoDB\BSON\ObjectId
— MongoDB\BSON\ObjectId 类
MongoDB\BSON\ObjectId::__construct
— 构造一个新的 ObjectId
MongoDB\BSON\ObjectId::getTimestamp
— 返回此 ObjectId 的时间戳组件
MongoDB\BSON\ObjectId::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\ObjectId::serialize
— 序列化 ObjectId
MongoDB\BSON\ObjectId::__toString
— 返回此 ObjectId 的十六进制表示形式
MongoDB\BSON\ObjectId::unserialize
— 反序列化 ObjectId
MongoDB\BSON\Regex
— MongoDB\BSON\Regex 类
MongoDB\BSON\Regex::__construct
— 构造一个新的 Regex
MongoDB\BSON\Regex::getFlags
— 返回 Regex 的标志
MongoDB\BSON\Regex::getPattern
— 返回 Regex 的模式
MongoDB\BSON\Regex::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\Regex::serialize
— 序列化 Regex
MongoDB\BSON\Regex::__toString
— 返回此 Regex 的字符串表示形式
MongoDB\BSON\Regex::unserialize
— 反序列化 Regex
MongoDB\BSON\Timestamp
— MongoDB\BSON\Timestamp 类
MongoDB\BSON\Timestamp::__construct
— 构造一个新的 Timestamp
MongoDB\BSON\Timestamp::getIncrement
— 返回此 Timestamp 的增量组件
MongoDB\BSON\Timestamp::getTimestamp
— 返回此 Timestamp 的时间戳组件
MongoDB\BSON\Timestamp::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\Timestamp::serialize
— 序列化 Timestamp
MongoDB\BSON\Timestamp::__toString
— 返回此 Timestamp 的字符串表示形式
MongoDB\BSON\Timestamp::unserialize
— 反序列化时间戳
MongoDB\BSON\UTCDateTime
— MongoDB\BSON\UTCDateTime 类
MongoDB\BSON\UTCDateTime::__construct
— 构造一个新的 UTCDateTime
MongoDB\BSON\UTCDateTime::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\UTCDateTime::serialize
— 序列化一个 UTCDateTime
MongoDB\BSON\UTCDateTime::toDateTime
— 返回此 UTCDateTime 的 DateTime 表示形式
MongoDB\BSON\UTCDateTime::toDateTimeImmutable
— 返回此 UTCDateTime 的 DateTimeImmutable 表示形式
MongoDB\BSON\UTCDateTime::__toString
— 返回此 UTCDateTime 的字符串表示形式
MongoDB\BSON\UTCDateTime::unserialize
— 反序列化一个 UTCDateTime
MongoDB\BSON\Type
— MongoDB\BSON\Type 接口
MongoDB\BSON\Persistable
— MongoDB\BSON\Persistable 接口
MongoDB\BSON\Persistable::bsonSerialize
— 提供要作为 BSON 序列化的数组或文档
MongoDB\BSON\Serializable
— MongoDB\BSON\Serializable 接口
MongoDB\BSON\Serializable::bsonSerialize
— 提供要作为 BSON 序列化的数组或文档
MongoDB\BSON\Unserializable
— MongoDB\BSON\Unserializable 接口
MongoDB\BSON\Unserializable::bsonUnserialize
— 从 BSON 数组或文档构建对象
MongoDB\BSON\BinaryInterface
— MongoDB\BSON\BinaryInterface 接口
MongoDB\BSON\BinaryInterface::getData
— 返回 BinaryInterface 的数据
MongoDB\BSON\BinaryInterface::getType
— 返回 BinaryInterface 的类型
MongoDB\BSON\BinaryInterface::__toString
— 返回 BinaryInterface 的数据
MongoDB\BSON\Decimal128Interface
— MongoDB\BSON\Decimal128Interface 接口
MongoDB\BSON\Decimal128Interface::__toString
— 返回此 Decimal128Interface 的字符串表示形式
MongoDB\BSON\JavascriptInterface
— MongoDB\BSON\JavascriptInterface 接口
MongoDB\BSON\JavascriptInterface::getCode
— 返回 JavascriptInterface 的代码
MongoDB\BSON\JavascriptInterface::getScope
— 返回 JavascriptInterface 的范围文档
MongoDB\BSON\JavascriptInterface::__toString
— 返回 JavascriptInterface 的代码
MongoDB\BSON\MaxKeyInterface
— MongoDB\BSON\MaxKeyInterface 接口
MongoDB\BSON\MinKeyInterface
— MongoDB\BSON\MinKeyInterface 接口
MongoDB\BSON\ObjectIdInterface
— MongoDB\BSON\ObjectIdInterface 接口
MongoDB\BSON\ObjectIdInterface::getTimestamp
— 返回此 ObjectIdInterface 的时间戳组件
MongoDB\BSON\ObjectIdInterface::__toString
— 返回此 ObjectIdInterface 的十六进制表示形式
MongoDB\BSON\RegexInterface
— MongoDB\BSON\RegexInterface 接口
MongoDB\BSON\RegexInterface::getFlags
— 返回 RegexInterface 的标志
MongoDB\BSON\RegexInterface::getPattern
— 返回 RegexInterface 的模式
MongoDB\BSON\RegexInterface::__toString
— 返回此 RegexInterface 的字符串表示形式
MongoDB\BSON\TimestampInterface
— MongoDB\BSON\TimestampInterface 接口
MongoDB\BSON\TimestampInterface::getIncrement
— 返回此 TimestampInterface 的增量组件
MongoDB\BSON\TimestampInterface::getTimestamp
— 返回此 TimestampInterface 的时间戳组件
MongoDB\BSON\TimestampInterface::__toString
— 返回此 TimestampInterface 的字符串表示形式
MongoDB\BSON\UTCDateTimeInterface
— MongoDB\BSON\UTCDateTimeInterface 接口
MongoDB\BSON\UTCDateTimeInterface::toDateTime
— 返回此 UTCDateTimeInterface 的 DateTime 表示形式
MongoDB\BSON\UTCDateTimeInterface::__toString
— 返回此 UTCDateTimeInterface 的字符串表示形式
MongoDB\BSON\DBPointer
— MongoDB\BSON\DBPointer 类(已弃用)
MongoDB\BSON\DBPointer::__construct
— 构造一个新的 DBPointer(未使用)
MongoDB\BSON\DBPointer::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\DBPointer::serialize
— 序列化一个 DBPointer
MongoDB\BSON\DBPointer::__toString
— 返回一个空字符串
MongoDB\BSON\DBPointer::unserialize
— 反序列化一个 DBPointer
MongoDB\BSON\Int64
— MongoDB\BSON\Int64 类
MongoDB\BSON\Int64::__construct
— 构造一个新的 Int64
MongoDB\BSON\Int64::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\Int64::serialize
— 序列化一个 Int64
MongoDB\BSON\Int64::__toString
— 返回此 Int64 的字符串表示形式
MongoDB\BSON\Int64::unserialize
— 反序列化一个 Int64
MongoDB\BSON\Symbol
— MongoDB\BSON\Symbol 类(已弃用)
MongoDB\BSON\Symbol::__construct
— 构造一个新的 Symbol(未使用)
MongoDB\BSON\Symbol::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\Symbol::serialize
— 序列化一个 Symbol
MongoDB\BSON\Symbol::__toString
— 将 Symbol 作为字符串返回
MongoDB\BSON\Symbol::unserialize
— 反序列化一个 Symbol
MongoDB\BSON\Undefined
— MongoDB\BSON\Undefined 类(已弃用)
MongoDB\BSON\Undefined::__construct
— 构造一个新的 Undefined(未使用)
MongoDB\BSON\Undefined::jsonSerialize
— 返回可以转换为 JSON 的表示形式
MongoDB\BSON\Undefined::serialize
— 序列化一个 Undefined
MongoDB\BSON\Undefined::__toString
— 返回一个空字符串
MongoDB\BSON\Undefined::unserialize
— 反序列化一个 Undefined
改进此页面
了解如何改进此页面
•
提交拉取请求
•
报告错误
+
添加注释
用户贡献的注释
此页面没有用户贡献的注释。