Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 136739 программистов и 1161 робот. Сейчас ищут 1052 программиста ...
rrd_first - Gets the timestamp of the first sample from rrd file.
Вернуться к: RRD Функции
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.
Вернуться к: RRD Функции