update : 2015.11.03
php.shukuma.com검색:
|
rrd_fetch(PECL rrd >= 0.9.0) rrd_fetch — Fetch the data for graph as array. 설명
array rrd_fetch
( string
$filename
, array $options
)Gets data for graph output from RRD database file as array. This function has same result as rrd_graph(), but fetched data are returned as array, no image file is created. 인수
반환값Returns information about retrieved graph data. |