<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.snmp.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.snmp.php',
    1 => 'SNMP',
  ),
  'prev' => 
  array (
    0 => 'book.snmp.php',
    1 => 'SNMP',
  ),
  'next' => 
  array (
    0 => 'snmp.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/snmp/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.snmp" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   The SNMP extension provides a very simple and easily usable toolset for
   managing remote devices via the Simple Network Management Protocol.
  </p>
  <p class="para">
   As it is a wrapper around the underlying Net-SNMP
   library, all basic concepts are the same and the PHP functions change their
   behaviour depending on the Net-SNMP configuration files and environment variables.
  </p>
  <p class="para">
   More information about Net-SNMP can be found at
   <a href="http://www.net-snmp.org/" class="link external">&raquo;&nbsp;http://www.net-snmp.org/</a>
  </p>
 </div><?php manual_footer($setup); ?>