MongoDB\BSON\Regex::__toStringReturns the string representation of this Regex 説明
final public string MongoDB\BSON\Regex::__toString()
パラメータこの関数にはパラメータはありません。 戻り値Returns the string representation of this Regex. 例例1 MongoDB\BSON\Regex::__toString example
上の例の出力は以下となります。 string(8) "/regex/i" 参考 |