array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.rrd-last.php', 1 => 'rrd_last', 2 => 'Gets unix timestamp of the last sample', ), 'up' => array ( 0 => 'ref.rrd.php', 1 => 'RRD Funktionen', ), 'prev' => array ( 0 => 'function.rrd-info.php', 1 => 'rrd_info', ), 'next' => array ( 0 => 'function.rrd-lastupdate.php', 1 => 'rrd_lastupdate', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/rrd/functions/rrd-last.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

rrd_last

(PECL rrd >= 0.9.0)

rrd_lastGets unix timestamp of the last sample

Beschreibung

rrd_last(string $filename): int

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

Parameter-Liste

filename

RRD database file name.

Rückgabewerte

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