PHP 8.1.28 Released!

rrd_last

(PECL rrd >= 0.9.0)

rrd_last获取最后一个样本的 Unix 时间戳

说明

rrd_last(string $filename): int

返回 RRD 数据库最近更新的 UNIX 时间戳。

参数

filename

RRD 数据库文件名。

返回值

RRD 数据库中最新的整数 Unix 时间戳。

add a note

User Contributed Notes

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