MongoDB\BSON
PHP Manual

The MongoDB\BSON\Regex class

(mongodb >=1.0.0)

Введение

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

Замечание:

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

Обзор классов

/* Методы */
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 )
}

Список изменений

Версия Описание
1.2.0 Implements Serializable and JsonSerializable.

Содержание


MongoDB\BSON
PHP Manual