PHP Velho Oeste 2024

MongoTimestamp::__toString

(PECL mongo >= 1.0.1)

MongoTimestamp::__toStringReturns a string representation of this timestamp

Description

public MongoTimestamp::__toString ( void ) : string

Returns the "sec" field of this timestamp.

Parameters

This function has no parameters.

Return Values

The seconds since epoch represented by this timestamp.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top