mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c051ac2521
commit
2c4940743a
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue