<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.snmp.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'ref.snmp.php',
    1 => 'SNMP 函数',
    2 => 'SNMP 函数',
  ),
  'up' => 
  array (
    0 => 'book.snmp.php',
    1 => 'SNMP',
  ),
  'prev' => 
  array (
    0 => 'snmp.constants.php',
    1 => '预定义常量',
  ),
  'next' => 
  array (
    0 => 'function.snmp-get-quick-print.php',
    1 => 'snmp_get_quick_print',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/snmp/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.snmp.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.snmp" class="reference">
 <h1 class="title">SNMP 函数</h1>
  
 






































































































































<h2>目录</h2><ul class="chunklist chunklist_reference"><li><a href="function.snmp-get-quick-print.php">snmp_get_quick_print</a> — 获取当前 NET-SNMP 库的 quick_print 设置的值</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> — 别名 snmp_set_oid_output_format</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> — 在 NET-SNMP 库中设置 enable 的值</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.snmp2-get.php">snmp2_get</a> — Fetch an SNMP object</li><li><a href="function.snmp2-getnext.php">snmp2_getnext</a> — Fetch the SNMP object which follows the given object id</li><li><a href="function.snmp2-real-walk.php">snmp2_real_walk</a> — Return all objects including their respective object ID within the specified one</li><li><a href="function.snmp2-set.php">snmp2_set</a> — Set the value of an SNMP object</li><li><a href="function.snmp2-walk.php">snmp2_walk</a> — Fetch all the SNMP objects from an agent</li><li><a href="function.snmp3-get.php">snmp3_get</a> — Fetch an SNMP object</li><li><a href="function.snmp3-getnext.php">snmp3_getnext</a> — Fetch the SNMP object which follows the given object id</li><li><a href="function.snmp3-real-walk.php">snmp3_real_walk</a> — Return all objects including their respective object ID within the specified one</li><li><a href="function.snmp3-set.php">snmp3_set</a> — Set the value of an SNMP object</li><li><a href="function.snmp3-walk.php">snmp3_walk</a> — Fetch all the SNMP objects from an agent</li><li><a href="function.snmpget.php">snmpget</a> — 获取 SNMP 对象</li><li><a href="function.snmpgetnext.php">snmpgetnext</a> — Fetch the SNMP object which follows the given object id</li><li><a href="function.snmprealwalk.php">snmprealwalk</a> — 返回指定的所有对象，包括它们各自的对象 ID</li><li><a href="function.snmpset.php">snmpset</a> — 设置 SNMP 对象的值</li><li><a href="function.snmpwalk.php">snmpwalk</a> — 从代理获取所有 SNMP 对象</li><li><a href="function.snmpwalkoid.php">snmpwalkoid</a> — 查询有关网络实体的信息树</li></ul>
</div>
<?php manual_footer($setup); ?>