MongoDB\BSON
PHP Manual

The MongoDB\BSON\Regex class

(mongodb >=1.0.0)

Introduction

BSON type for a regular expression pattern and optional » flags.

Note:

This BSON type is mainly used when querying the database. Alternatively, the » $regex query operator may be used.

Class synopsis

MongoDB\BSON\Regex implements MongoDB\BSON\Type , Serializable , JsonSerializable {
/* Methods */
final public __construct ( string $pattern [, string $flags = "" ] )
final public string getFlags ( void )
final public string getPattern ( void )
final public mixed jsonSerialize ( void )
final public string serialize ( void )
final public string __toString ( void )
final public void unserialize ( string $serialized )
}

Changelog

Version Description
1.2.0 Implements Serializable and JsonSerializable.

Table of Contents


MongoDB\BSON
PHP Manual