MongoTimestamp::__construct

(PECL mongo >= 1.0.1)

MongoTimestamp::__constructCreates a new timestamp.

Description

MongoTimestamp::__construct ([ long $sec [, long $inc ]] )

Creates a new timestamp. If no parameters are given, the current time is used and the increment is automatically provided. The increment is set to 0 when the module is loaded and is incremented every time this constructor is called (without the $inc parameter passed in).

Parameters

sec

Number of seconds since January 1st, 1970.

inc

Increment.

Return Values

Returns this new timestamp.

See Also


Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout