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