<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.snmp.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.snmp-get-quick-print.php',
    1 => 'snmp_get_quick_print',
    2 => 'Holt den aktuellen Wert der quick_print-Einstellung der NET-SNMP-Bibliothek',
  ),
  'up' => 
  array (
    0 => 'ref.snmp.php',
    1 => 'SNMP-Funktionen',
  ),
  'prev' => 
  array (
    0 => 'ref.snmp.php',
    1 => 'SNMP-Funktionen',
  ),
  'next' => 
  array (
    0 => 'function.snmp-get-valueretrieval.php',
    1 => 'snmp_get_valueretrieval',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/snmp/functions/snmp-get-quick-print.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.snmp-get-quick-print" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">snmp_get_quick_print</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">snmp_get_quick_print</span> &mdash; <span class="dc-title">
   Holt den aktuellen Wert der quick_print-Einstellung der NET-SNMP-Bibliothek
  </span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.snmp-get-quick-print-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>snmp_get_quick_print</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Gibt den aktuellen Wert von quick_print der NET-SNMP-Bibliothek zurück.
   quick_print ist standardmäßig abgeschaltet.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.snmp-get-quick-print-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.snmp-get-quick-print-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Gibt <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück, wenn quick_print aktiviert ist, anderfalls <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.snmp-get-quick-print-examples">
  <h3 class="title">Beispiele</h3>
  <div class="example" id="example-1">
   <p><strong>Beispiel #1 <span class="function"><strong>snmp_get_quick_print()</strong></span>-Beispiel</strong></p>
   <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />$quickprint </span><span style="color: #007700">= </span><span style="color: #0000BB">snmp_get_quick_print</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
   </div>

  </div>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.snmp-get-quick-print-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.snmp-set-quick-print.php" class="function" rel="rdfs-seeAlso">snmp_set_quick_print()</a> - Setzt den Wert von enable innerhalb der
   NET-SNMP-Bibliothek</span> für die vollständige
   Beschreibung der Wirkung von quick_print.</li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>