|
MongoDB\BSON\Timestamp::__toStringReturns the string representation of this Timestamp Beschreibung
final public string MongoDB\BSON\Timestamp::__toString
( void
)
Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the string representation of this Timestamp. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\BSON\Timestamp::__toString example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(11) "[1234:5678]" Siehe auch |