<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.rrdgraph.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  '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);

?>
<div id="rrdgraph.save" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RRDGraph::save</h1>
  <p class="verinfo">(PECL rrd &gt;= 0.9.0)</p><p class="refpurpose"><span class="refname">RRDGraph::save</span> &mdash; <span class="dc-title">Saves the result of query into image</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-rrdgraph.save-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RRDGraph::save</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="simpara">
   Saves the result of RRD database query into image defined by
   <span class="methodname"><a href="rrdgraph.construct.php" class="methodname">RRDGraph::__construct()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-rrdgraph.save-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-rrdgraph.save-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
   Returns array with information about generated image,失敗した場合に <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返します.
  </p>
 </div>

</div><?php manual_footer($setup); ?>