<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'function.snmp-get-quick-print.php',
    1 => 'snmp_get_quick_print',
    2 => 'Fetches the current value of the NET-SNMP library\'s quick_print setting',
  ),
  'up' => 
  array (
    0 => 'ref.snmp.php',
    1 => 'SNMP Functions',
  ),
  'prev' => 
  array (
    0 => 'ref.snmp.php',
    1 => 'SNMP Functions',
  ),
  'next' => 
  array (
    0 => 'function.snmp-get-valueretrieval.php',
    1 => 'snmp_get_valueretrieval',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">
   Fetches the current value of the NET-SNMP library&#039;s quick_print setting
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.snmp-get-quick-print-description">
  <h3 class="title">Description</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">
   Returns the current value stored in the NET-SNMP Library for quick_print.
   quick_print is off by default.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.snmp-get-quick-print-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.snmp-get-quick-print-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="simpara">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if quick_print is on, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> otherwise.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.snmp-get-quick-print-examples">
  <h3 class="title">Examples</h3>
  <div class="example" id="example-1">
   <p><strong>Example #1 <span class="function"><strong>snmp_get_quick_print()</strong></span> example</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">See Also</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> - Set the value of enable within the NET-SNMP library</span> for a full description
    of what quick_print does.</li>
  </ul>
 </div>


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