MongoDB\BSON\ObjectID::__toString
MongoDB\BSON\Regex::__construct
MongoDB\BSON
PHP Manual
La classe MongoDB\BSON\Regex
(mongodb >=1.0.0)
Introduction
Synopsis de la classe
MongoDB\BSON\Regex
implements
MongoDB\BSON\Type
{
/* Méthodes */
final
public
__construct
(
string
$pattern
,
string
$flags
)
final
public
ReturnType
getFlags
(
void
)
final
public
string
getPattern
(
void
)
final
public
string
__toString
(
void
)
}
Sommaire
MongoDB\BSON\Regex::__construct
— Construit une nouvelle REGEX
MongoDB\BSON\Regex::getFlags
— Retourne les drapeux de la REGEX
MongoDB\BSON\Regex::getPattern
— Retourne le masque du REGEX
MongoDB\BSON\Regex::__toString
— Retourne la chaîne représentant cette REGEX
MongoDB\BSON\ObjectID::__toString
MongoDB\BSON\Regex::__construct
MongoDB\BSON
PHP Manual