BSON
PHP Manual

The BSON\Binary class

(mongodb >=0.2.0)

简介

类摘要

BSON\Binary implements BSON\Type {
/* Constants */
const integer TYPE_GENERIC = 0 ;
const integer TYPE_FUNCTION = 1 ;
const integer TYPE_OLD_BINARY = 2 ;
const integer TYPE_OLD_UUID = 3 ;
const integer TYPE_UUID = 4 ;
const integer TYPE_MD5 = 5 ;
const integer TYPE_USER_DEFINED = 128 ;
/* 方法 */
public __construct ( string $data , string $subtype )
public ReturnType getSubType ( void )
}

预定义常量

BSON\Binary::TYPE_GENERIC

BSON\Binary::TYPE_FUNCTION

BSON\Binary::TYPE_OLD_BINARY

BSON\Binary::TYPE_OLD_UUID

BSON\Binary::TYPE_UUID

BSON\Binary::TYPE_MD5

BSON\Binary::TYPE_USER_DEFINED

Table of Contents


BSON
PHP Manual