|
MongoDB\BSON\Regex::__toStringReturns the string representation of this Regex Beschreibung
final public string MongoDB\BSON\Regex::__toString
( void
)
Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the string representation of this Regex. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\BSON\Regex::__toString example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: string(8) "/regex/i" Siehe auch |