rrd - fetch doc was mostly incomplete

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308817 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Miroslav Kubelik 2011-03-01 14:18:19 +00:00
parent c051ac2521
commit 2c4940743a

View file

@ -4,7 +4,7 @@
<refentry xml:id="function.rrd-fetch" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>rrd_fetch</refname>
<refpurpose>Description</refpurpose>
<refpurpose>Fetch the data for graph as array.</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -15,8 +15,9 @@
<methodparam><type>array</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
Gets data from rrd database as array. This function has same result as <function>rrd_graph</function>,
but fetched data are returned as array, no image file is created.
Gets data for graph output from RRD database file as array. This function
has same result as <function>rrd_graph</function>, but fetched data are
returned as array, no image file is created.
</para>
</refsect1>
@ -45,8 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns information about retrieved data and data themselves are under
"data" key.
Returns information about retrieved graph data.
</para>
</refsect1>