PHP » GoLang |
login |
register |
about
|
GoLang MongoRegex::__construct
request it (342)
GoLang replacement for PHP's MongoRegex::__construct
[edit | history]
MongoRegex::__construct(PECL mongo >= 0.8.1) MongoRegex::__construct — Creates a new regular expression
Description
public MongoRegex::__construct
( string
$regex
)Creates a new regular expression. Parameters
Return ValuesReturns a new regular expression. Examples
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 |
more
Recently updated
more
Most requested
more
Last requests
|