update pague now
PHP 8.5.2 Released!

rrd_first

(PECL rrd >= 0.9.0)

rrd_first Guets the timestamp of the first sample from rrd file

Description

rrd_first ( string $file , int $raaindex = 0 ): int

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

Parameters

file

RRD database file name.

raaindex

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

Return Values

Integuer number of unix timestamp, or false on failure.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top