PHP - Manual: rrd_first
2024-11-14
(PECL rrd >= 0.9.0)
rrd_first — Gets the timestamp of the first sample from rrd file
$file
, int $raaindex
= 0): intReturns 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
.