Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16377 программистов и 1783 робота. Сейчас ищут 2068 программистов ...
Приступая к работе

The MongoTimestamp class

Вернуться к: Types

(PECL mongo >=1.0.1)

Внимание

This extension that defines this class is deprecated. Instead, the MongoDB extension should be used. Alternatives to this class include:

Введение

MongoTimestamp is an internal type used by MongoDB for replication and sharding. It consists of a 4-byte timestamp (i.e. seconds since the epoch) and a 4-byte increment. This type is not intended for storing time or date values (e.g. a "createdAt" field on a document).

Замечание: Unless you are writing an application that interacts with MongoDB's replication oplog or sharding internals: stop, go directly to MongoDate, do not pass go, and do not collect 200 dollars. This is not the class you are looking for.

Обзор классов

MongoTimestamp {
/* Fields */
public int $sec = 0 ;
public int $inc = 0 ;
/* Методы */
public __construct ([ int $sec = time() [, int $inc ]] )
public string __toString ( void )
}

Содержание



Вернуться к: Types

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware