MongoDB\BSON
PHP Manual

The MongoDB\BSON\Regex class

(mongodb >=1.0.0)

Einführung

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

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

Klassenbeschreibung

/* Methoden */
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 Beschreibung
1.2.0 Implements Serializable and JsonSerializable.

Inhaltsverzeichnis


MongoDB\BSON
PHP Manual