RRDCreator::save
RRDGraph::__construct
RRD
PHP Manual
RRDGraph クラス
(PECL rrd >= 0.9.0)
導入
RRD データベースから画像ファイルにデータをエクスポートするクラス
クラス概要
RRDGraph
{
/* メソッド */
public
__construct
(
string
$path
)
public
array
save
(
void
)
public
array
saveVerbose
(
void
)
public
void
setOptions
(
array
$options
)
}
目次
RRDGraph::__construct
— Creates new RRDGraph instance
RRDGraph::save
— Saves the result of query into image
RRDGraph::saveVerbose
— Saves the RRD database query into image and returns the verbose information about generated graph.
RRDGraph::setOptions
— Sets the options for rrd graph export
RRDCreator::save
RRDGraph::__construct
RRD
PHP Manual