mirror of
https://github.com/php/doc-en.git
synced 2026-03-24 15:52:15 +01:00
RRD enhancement
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Integer number of unix timestamp, &false; if some error occurs.
|
||||
Integer number of unix timestamp,&return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<listitem>
|
||||
<para>
|
||||
Options for generating image. See man page of rrd graph for all
|
||||
possible options. All options (data definitions, variable defintions, etc.)
|
||||
possible options. All options (data definitions, variable definitions, etc.)
|
||||
are allowed.
|
||||
</para>
|
||||
</listitem>
|
||||
@@ -48,8 +48,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Array with information about generated image is returned, &false; when error
|
||||
occurs.
|
||||
Array with information about generated image is returned,&return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Array with information about requsted RRD file, &false; when error occurs.
|
||||
Array with information about requested RRD file,&return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Array of information about last update, &false; when error occurs.
|
||||
Array of information about last update,&return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns &true; on success, &false; otherwise.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns &true; on success, &false; otherwise.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns &true; on success, &false; when error occurs.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Array with information about RRD database file, &false; when error occurs.
|
||||
Array with information about RRD database file,&return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<methodparam choice="opt"><type>int</type><parameter>step</parameter><initializer>0</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Creates new RRDCreator instance.
|
||||
Creates new <classname>RRDCreator</classname> instance.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<term><parameter>time</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Time value for updating the RRD with a particulat data. Default value
|
||||
Time value for updating the RRD with a particular data. Default value
|
||||
is current time.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
Reference in New Issue
Block a user