Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16142 программиста и 1779 роботов. Сейчас ищут 1633 программиста ...
Ev::time - Returns the current time in fractional seconds since the epoch.
Вернуться к: Ev
Ev::time
(PECL ev >= 0.2.0)
Ev::time — Returns the current time in fractional seconds since the epoch.
Описание
final
public
static
double
Ev::time
( void
)
Returns the current time in fractional seconds since the epoch. Consider using Ev::now()
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the current time in fractional seconds since the epoch.
Смотрите также
- Ev::now() - Returns the time when the last iteration of the default event loop has started.
Вернуться к: Ev