Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16141 программист и 1772 робота. Сейчас ищут 1917 программистов ...
rrd_lastupdate - Gets information about last updated data.
Вернуться к: RRD Функции
rrd_lastupdate
(PECL rrd >= 0.9.0)
rrd_lastupdate — Gets information about last updated data.
Описание
array rrd_lastupdate
( string
$filename
)Gets array of the UNIX timestamp and the values stored for each date in the most recent update of the RRD database file.
Список параметров
-
file
-
RRD database file name.
Возвращаемые значения
Array of information about last update, FALSE
when error occurs.
Вернуться к: RRD Функции