rrd_lastupdate

(PECL rrd >= 0.9.0)

rrd_lastupdate获取有关上次更新数据的信息

说明

rrd_lastupdate(string $filename): array

从最近更新的 RRD 数据库文件中获取每个日期存储的 UNIX 时间戳和值的数组。

参数

file

RRD 数据库文件名。

返回值

最后更新的信息数组, 或者在失败时返回 false

add a note

User Contributed Notes

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