« MongoDB\BSON\ObjectId::__toString
MongoDB\BSON\Regex::__construct »
PHP Manual
MongoDB\BSON
La clase MongoDB\BSON\Regex
La clase MongoDB\BSON\Regex
(mongodb >=1.0.0)
Introducción
Sinopsis de la Clase
class
MongoDB\BSON\Regex
implements
MongoDB\BSON\Type
{
/* Métodos */
final
public
__construct
(
string
$pattern
,
string
$flags
= ""
)
final
public
getFlags
():
string
final
public
getPattern
():
string
final
public
jsonSerialize
():
mixed
final
public
__toString
():
string
}
Tabla de contenidos
MongoDB\BSON\Regex::__construct
— Construct a new Regex
MongoDB\BSON\Regex::getFlags
— Returns the Regex's flags
MongoDB\BSON\Regex::getPattern
— Returns the Regex's pattern
MongoDB\BSON\Regex::jsonSerialize
— Returns a representation that can be converted to JSON
MongoDB\BSON\Regex::__toString
— Returns the string representation of this Regex