| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\BSON\Regex::__construct(mongodb >=1.0.0) MongoDB\BSON\Regex::__construct — Construct a new Regex 説明
final public MongoDB\BSON\Regex::__construct
( string
$pattern
[, string $flags = ""
] )パラメータ
エラー / 例外
変更履歴
例例1 MongoDB\BSON\Regex::__construct() example
<?php 上の例の出力は以下となります。 object(MongoDB\BSON\Regex)#1 (2) { ["pattern"]=> string(4) "^foo" ["flags"]=> string(1) "i" } |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\BSON\Regex::__construct - Construct a new Regex」をGoogle検索
|