MongoRegex::__toStringA string representation of this regular expression 
 Beschreibung
   public string MongoRegex::__toString
    ( void
   ) 
  Returns a string representation of this regular expression. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThis regular expression in the form "/expr/flags". Beispiele
 Beispiel #1 MongoRegex::__toString example 
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: 
[a-fA-F0-9]{16}
g
/[a-fA-F0-9]{16}/g
 |