MongoTimestamp::__toString

(PECL mongo >= 1.0.1)

MongoTimestamp::__toStringReturns a string representation of this timestamp

설명

public string MongoTimestamp::__toString ( void )

Returns the "sec" field of this timestamp.

인수

이 함수는 인수가 없습니다.

반환값

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