Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16238 программистов и 1780 роботов. Сейчас ищут 2079 программистов ...
MongoTimestamp::__toString - Returns a string representation of this timestamp
Вернуться к: MongoTimestamp
MongoTimestamp::__toString
(PECL mongo >= 1.0.1)
MongoTimestamp::__toString — Returns a string representation of this timestamp
This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. Alternatives to this method include:
Описание
public string MongoTimestamp::__toString
( void
)
Returns the "sec" field of this timestamp.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
The seconds since epoch represented by this timestamp.
Вернуться к: MongoTimestamp