Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16474 программиста и 1778 роботов. Сейчас ищут 2175 программистов ...
MongoDate::__toString - Returns a string representation of this date
Вернуться к: MongoDate
MongoDate::__toString
(PECL mongo >= 0.8.1)
MongoDate::__toString — Returns a string representation of this date
This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. Alternatives to this method include:
Описание
public string MongoDate::__toString
( void
)
Returns a string representation of this date, similar to the representation returned by microtime().
Список параметров
У этой функции нет параметров.
Возвращаемые значения
This date.
Вернуться к: MongoDate