mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
* Grouped constants into 3 group and added title with reference to the function that uses them
* Reformatted with edit.php.net button git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308550 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
41648101cf
commit
6e4dea36d7
1 changed files with 56 additions and 36 deletions
|
@ -3,7 +3,11 @@
|
|||
<appendix xml:id="snmp.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
||||
<variablelist>
|
||||
<title>For the
|
||||
<function>snmp_set_oid_output_format</function>
|
||||
</title>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_OID_OUTPUT_FULL</constant>
|
||||
|
@ -26,168 +30,183 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
|
||||
<variablelist>
|
||||
<title>For the
|
||||
<function>snmp_set_valueretrieval</function>
|
||||
</title>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_VALUE_LIBRARY</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
</simpara>
|
||||
<term>
|
||||
<constant>SNMP_VALUE_LIBRARY</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_VALUE_PLAIN</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_VALUE_OBJECT</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
|
||||
<variablelist>
|
||||
<title>
|
||||
SNMP types as returned if SNMP_VALUE_OBJECT was used with
|
||||
<function>snmp_set_valueretrieval</function>
|
||||
</title>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_BIT_STR</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_OCTET_STR</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_OPAQUE</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_NULL</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_OBJECT_ID</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_IPADDRESS</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_COUNTER</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_UNSIGNED</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_TIMETICKS</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_UINTEGER</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_INTEGER</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>SNMP_COUNTER64</constant>
|
||||
(<type>integer</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -214,3 +233,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
|||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue