MongoDB\BSON\Regex::getPatternReturns the Regex's pattern 説明
final public string MongoDB\BSON\Regex::getPattern()
パラメータこの関数にはパラメータはありません。 戻り値Returns the Regex's pattern. エラー / 例外
例例1 MongoDB\BSON\Regex::getPattern example
上の例の出力は、 たとえば以下のようになります。 string(5) "regex" 参考 |