function.snmp-get-quick-print.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 76 行

HTML
76
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Fetches the current value of the UCD library's quick_print setting</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div 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">  <h3 class="title">Description</h3>  <div class="methodsynopsis dc-description">   <span class="type">bool</span> <span class="methodname"><b><b>snmp_get_quick_print</b></b></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">  <h3 class="title">Return Values</h3>  <p class="para">   Returns <b><tt>TRUE</tt></b> if quick_print is on, <b><tt>FALSE</tt></b> otherwise.  </p> </div> <div class="refsect1 examples">  <h3 class="title">Examples</h3>  <p class="para">   <div class="example">    <p><b>Example #1 <b>snmp_get_quick_print()</b> example</b></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">  <h3 class="title">See Also</h3>  <p class="para">   <ul class="simplelist">    <li class="member"><a href="function.snmp-set-quick-print.html" class="function" rel="rdfs-seeAlso">snmp_set_quick_print()</a> for a full description     of what quick_print does.</li>   </ul>  </p> </div></div><hr /><div 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>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?