Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.snmp.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.snmp.php',
1 => 'SNMP',
),
'up' =>
array (
0 => 'refs.remote.other.php',
1 => 'Other Services',
),
'prev' =>
array (
0 => 'function.sammessage-header.php',
1 => 'SAMMessage->header',
),
'next' =>
array (
0 => 'intro.snmp.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">SNMP</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.snmp.php">Introduction</a></li><li><a href="snmp.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="snmp.requirements.php">Requirements</a></li><li><a href="snmp.installation.php">Installation</a></li><li><a href="snmp.configuration.php">Runtime Configuration</a></li><li><a href="snmp.resources.php">Resource Types</a></li></ul></li><li><a href="snmp.constants.php">Predefined Constants</a></li><li><a href="ref.snmp.php">SNMP Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.snmp-get-quick-print.php">snmp_get_quick_print</a> — Fetches the current value of the UCD library's quick_print setting</li><li><a href="function.snmp-get-valueretrieval.php">snmp_get_valueretrieval</a> — Return the method how the SNMP values will be returned</li><li><a href="function.snmp-read-mib.php">snmp_read_mib</a> — Reads and parses a MIB file into the active MIB tree</li><li><a href="function.snmp-set-enum-print.php">snmp_set_enum_print</a> — Return all values that are enums with their enum value instead of the raw integer</li><li><a href="function.snmp-set-oid-numeric-print.php">snmp_set_oid_numeric_print</a> — Return all objects including their respective object id within the specified one</li><li><a href="function.snmp-set-oid-output-format.php">snmp_set_oid_output_format</a> — Set the OID output format</li><li><a href="function.snmp-set-quick-print.php">snmp_set_quick_print</a> — Set the value of quick_print within the UCD SNMP library</li><li><a href="function.snmp-set-valueretrieval.php">snmp_set_valueretrieval</a> — Specify the method how the SNMP values will be returned</li><li><a href="function.snmpget.php">snmpget</a> — Fetch an SNMP object</li><li><a href="function.snmpgetnext.php">snmpgetnext</a> — Fetch a SNMP object</li><li><a href="function.snmprealwalk.php">snmprealwalk</a> — Return all objects including their respective object ID within the specified one</li><li><a href="function.snmpset.php">snmpset</a> — Set an SNMP object</li><li><a href="function.snmpwalk.php">snmpwalk</a> — Fetch all the SNMP objects from an agent</li><li><a href="function.snmpwalkoid.php">snmpwalkoid</a> — Query for a tree of information about a network entity</li></ul></li></ul></div><?php manual_footer(); ?>