array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'rrdgraph.save.php', 1 => 'RRDGraph::save', 2 => 'Saves the result of query into image', ), 'up' => array ( 0 => 'class.rrdgraph.php', 1 => 'RRDGraph', ), 'prev' => array ( 0 => 'rrdgraph.construct.php', 1 => 'RRDGraph::__construct', ), 'next' => array ( 0 => 'rrdgraph.saveverbose.php', 1 => 'RRDGraph::saveVerbose', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/rrd/rrdgraph/save.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

RRDGraph::save

(PECL rrd >= 0.9.0)

RRDGraph::saveSaves the result of query into image

说明

public RRDGraph::save(): array

Saves the result of RRD database query into image defined by RRDGraph::__construct().

参数

此函数没有参数。

返回值

Returns array with information about generated image, 或者在失败时返回 false.