Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
rrd_first
(PECL rrd >= 0.9.0)
rrd_first — Gets the timestamp of the first sample from rrd file.
Описание
int rrd_first ( string $file [, int $raaindex = 0 ] )Returns the first data sample from the specified RRA of the RRD file.
Список параметров
file -
RRD database file name.
raaindex -
The index number of the RRA that is to be examined. Default value is 0.
Возвращаемые значения
Integer number of unix timestamp, FALSE if some error occurs.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru