update : 2015.11.03
php.shukuma.com검색:
|
The MongoRegex class(PECL mongo >=0.8.1) 소개This class can be used to create regular expressions. Typically, these expressions will be used to query the database and find matching strings. More unusually, they can be saved to the database and retrieved. Regular expressions consist of four parts. First a / as starting delimiter, then the pattern, another / and finally a string containing flags.
Example #1 Regular expression pattern /pattern/flags MongoDB recognizes six regular expression flags:
클래스 개요
MongoRegex
{
/* Fields */
public
string
$regex
;
public
string
$flags
;
/* 메소드 */
}Table of Contents
|