MongoRegex::__constructCreates a new regular expression 
 Beschreibung
   public  MongoRegex::__construct
    ( string  
  $regex
   )Creates a new regular expression. Parameter-Liste
 
 RückgabewerteReturns a new regular expression. Beispiele
 Beispiel #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). 
<?phpSiehe auch
 
  |