rrd_last
PHP Manual
PHP Manual»RRD Функції»rrd_last

rrd_last

(PECL rrd >= 0.9.0)

rrd_lastGets unix timestamp of the last sample

Опис

function rrd_last(string $filename): int

Returns the UNIX timestamp of the most recent update of the RRD database.

Параметри

filename
RRD database file name.

Значення, що повертаються

Integer as unix timestamp of the most recent data from the RRD database.

To Top