The RRDGraph class
(Информация о версии неизвестна, возможно, только в SVN)
Введение
Class for exporting data from RRD database to image file.
Обзор классов
RRDGraph {
/* Методы */
public void __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
Описание класса rrdgraph, примеры использования класса rrdgraph.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru