PHP.nl

rrd_first

rrd_first

Gets the timestamp of the first sample from rrd file

int **rrd_first** string $file int $raaindex

Returns the first data sample from the specified RRA of the RRD file.

fileRRD database file name.

raaindexThe index number of the RRA that is to be examined. Default value is 0.

Integer number of unix timestamp,return.falseforfailure.