update : 2015.11.03
php.shukuma.com

검색:
 
 
Gets the timestamp of the first sample from rrd file.

rrd_first

(PECL rrd >= 0.9.0)

rrd_firstGets 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.