MongoTimestamp
PHP Manual

MongoTimestamp::__toString

(PECL mongo >= 1.0.1)

MongoTimestamp::__toStringReturns a string representation of this timestamp

Descrizione

public string MongoTimestamp::__toString ( void )

Returns the "sec" field of this timestamp.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The seconds since epoch represented by this timestamp.


MongoTimestamp
PHP Manual