dams Tue Jul 15 21:10:08 2003 EDT
Modified files:
/phpdoc/en/reference/snmp/functions snmp-get-quick-print.xml
Log:
upgrading example
Index: phpdoc/en/reference/snmp/functions/snmp-get-quick-print.xml
diff -u phpdoc/en/reference/snmp/functions/snmp-get-quick-print.xml:1.2
phpdoc/en/reference/snmp/functions/snmp-get-quick-print.xml:1.3
--- phpdoc/en/reference/snmp/functions/snmp-get-quick-print.xml:1.2 Wed Apr 17
02:44:03 2002
+++ phpdoc/en/reference/snmp/functions/snmp-get-quick-print.xml Tue Jul 15 21:10:08
2003
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/snmp.xml, last change in rev 1.2 -->
<refentry id="function.snmp-get-quick-print">
<refnamediv>
<refname>snmp_get_quick_print</refname>
- <refpurpose>Fetch the current value of the UCD library's quick_print setting
+ <refpurpose>
+ Fetches the current value of the UCD library's quick_print setting
</refpurpose>
</refnamediv>
<refsect1>
@@ -13,37 +14,35 @@
<type>bool</type><methodname>snmp_get_quick_print</methodname>
<void/>
</methodsynopsis>
-
<para>
Returns the current value stored in the UCD Library for quick_print.
quick_print is off by default.
-
- <informalexample>
+ <example>
+ <title><function>snmp_get_quick_print</function> example</title>
<programlisting role="php">
<![CDATA[
-$quickprint = snmp_get_quick_print();
+<?php
+ $quickprint = snmp_get_quick_print();
+?>
]]>
</programlisting>
- </informalexample>
+ </example>
</para>
-
<para>
Above function call would return &false; if
quick_print is off, and &true; if quick_print
is on.
</para>
-
<para>
<function>snmp_get_quick_print</function> is only available when using
the UCD SNMP library. This function is not available when using the
Windows SNMP library.
</para>
-
<para>
- See: <function>snmp_set_quick_print</function> for a full description
+ See also
+ <function>snmp_set_quick_print</function> for a full description
of what quick_print does.
</para>
-
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php