update : 2015.11.03
php.shukuma.com검색:
|
MongoRegex::__construct(PECL mongo >= 0.8.1) MongoRegex::__construct — Creates a new regular expression 설명
public MongoRegex::__construct
( string
$regex
)Creates a new regular expression. 인수
반환값Returns a new regular expression. 예제
Example #1 MongoRegex::__construct() example This example uses a regular expression to query for all documents with a username field starting (^) with an l and a vowel ([aeiouy]), case-insensitive (/i).
<?php |