MongoDB\BSON\RegexInterface::getPattern

(mongodb >=1.3.0)

MongoDB\BSON\RegexInterface::getPatternReturns the RegexInterface's pattern

説明

abstractpublicMongoDB\BSON\RegexInterface::getPattern(): string

パラメータ

この関数にはパラメータはありません。

戻り値

Returns the RegexInterface's pattern.

参考

To Top