PHP Doku:: Creates a new timestamp. - mongotimestamp.construct.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMongoDB Native DriverTypesThe MongoTimestamp classMongoTimestamp::__construct

Ein Service von Reinhard Neidl - Webprogrammierung.

The MongoTimestamp class

<<The MongoTimestamp class

MongoTimestamp::__toString>>

MongoTimestamp::__construct

(PECL mongo >= 1.0.1)

MongoTimestamp::__constructCreates a new timestamp.

Beschreibung

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).

Parameter-Liste

sec

Number of seconds since January 1st, 1970.

inc

Increment.

Rückgabewerte

Returns this new timestamp.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)