Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 5777

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Fetches the current value of the UCD library's quick_print setting</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.snmp.html">SNMP Functions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.snmp-get-valueretrieval.html">snmp_get_valueretrieval</a></div>
 <div class="up"><a href="ref.snmp.html">SNMP Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><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)</p><p class="refpurpose"><span class="refname">snmp_get_quick_print</span> &mdash; <span class="dc-title">
   Fetches the current value of the UCD 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="type">bool</span> <span class="methodname"><strong>snmp_get_quick_print</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   Returns the current value stored in the UCD Library for quick_print.  
   quick_print is off by default.
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.snmp-get-quick-print-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> if quick_print is on, <strong><code>FALSE</code></strong> otherwise.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.snmp-get-quick-print-examples">
  <h3 class="title">Examples</h3>
  <p class="para">
   <div class="example" id="example-4547">
    <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&nbsp;</span><span style="color: #007700">=&nbsp;</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>
  </p> 
 </div>


 <div class="refsect1 seealso" id="refsect1-function.snmp-get-quick-print-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.snmp-set-quick-print.html" class="function" rel="rdfs-seeAlso">snmp_set_quick_print()</a> - Set the value of quick_print within the UCD SNMP library</span> for a full description
     of what quick_print does.</li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.snmp.html">SNMP Functions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.snmp-get-valueretrieval.html">snmp_get_valueretrieval</a></div>
 <div class="up"><a href="ref.snmp.html">SNMP Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>