Php/docs/function.rrd-info
来自菜鸟教程
rrd_info
(PECL rrd >= 0.9.0)
rrd_info — Gets information about rrd file
说明
rrd_info
( string $filename
) : array
Returns information about particular RRD database file.
参数
file
- RRD database file name.
返回值
Array with information about requsted RRD file, false
when error occurs.