<?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.saveverbose.php',
    1 => 'RRDGraph::saveVerbose',
    2 => 'Saves the RRD database query into image and returns the verbose
   information about generated graph',
  ),
  'up' => 
  array (
    0 => 'class.rrdgraph.php',
    1 => 'RRDGraph',
  ),
  'prev' => 
  array (
    0 => 'rrdgraph.save.php',
    1 => 'RRDGraph::save',
  ),
  'next' => 
  array (
    0 => 'rrdgraph.setoptions.php',
    1 => 'RRDGraph::setOptions',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rrd/rrdgraph/saveverbose.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="rrdgraph.saveverbose" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RRDGraph::saveVerbose</h1>
  <p class="verinfo">(PECL rrd &gt;= 0.9.0)</p><p class="refpurpose"><span class="refname">RRDGraph::saveVerbose</span> &mdash; <span class="dc-title">Saves the RRD database query into image and returns the verbose
   information about generated graph
  </span></p>

 </div>

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

  <p class="simpara">
   Saves the RRD database query into image file defined by method <span class="methodname"><a href="rrdgraph.construct.php" class="methodname">RRDGraph::__construct()</a></span>
   and returns the verbose information about generated graph, if &quot;-&quot; is used as image
   filename, image data are also returned in result array.
  </p>
 </div>


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


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

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