<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.rrd.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'function.rrd-xport.php',
    1 => 'rrd_xport',
    2 => '导出 RRD 数据库的相关信息',
  ),
  'up' => 
  array (
    0 => 'ref.rrd.php',
    1 => 'RRD 函数',
  ),
  'prev' => 
  array (
    0 => 'function.rrd-version.php',
    1 => 'rrd_version',
  ),
  'next' => 
  array (
    0 => 'function.rrdc-disconnect.php',
    1 => 'rrdc_disconnect',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/rrd/functions/rrd-xport.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.rrd-xport" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">rrd_xport</h1>
  <p class="verinfo">(PECL rrd &gt;= 0.9.0)</p><p class="refpurpose"><span class="refname">rrd_xport</span> &mdash; <span class="dc-title">导出 RRD 数据库的相关信息</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.rrd-xport-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description"><span class="methodname"><strong>rrd_xport</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$options</code></span>): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="simpara">
   导出 RRD 数据库文件的相关信息。这些数据可以通过用户空间的 PHP 脚本转换为 XML 文件，然后再恢复为 RRD 数据库文件。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.rrd-xport-parameters">
  <h3 class="title">参数</h3>
  <dl>
   
    <dt><code class="parameter">options</code></dt>
    <dd>
     <span class="simpara">
      导出的数组选项，可以通过 rrd xport 手册查看。
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.rrd-xport-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="simpara">
   有关 RRD 数据库文件信息的数组， 或者在失败时返回 <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>。
  </p>
 </div>


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