snmp_get_quick_print 返回 UCD 库中 quick_print 设置的当前值


snmp_get_quick_print

(PHP 4, PHP 5)

snmp_get_quick_print返回 UCD 库中 quick_print 设置的当前值

说明

bool snmp_get_quick_print ( void )

返回保存在 UCD 库中 quick_print 的当前值。默认情况下 quick_print 为 off。

Example #1 snmp_get_quick_print() 示例

<?php
  $quickprint 
snmp_get_quick_print();
?>

如果 quick_print 为 off,上边的函数调用将返回 FALSE,而如果 quick_print 为 on,则返回 TRUE

snmp_get_quick_print() 仅在使用了 UCD SNMP 库时才可用。当使用 Windows SNMP 库时,此函数不可用。

参见 snmp_set_quick_print() 查看 quick_print 的详细说明。


«  snmpwalkoid
» snmp_get_valueretrieval
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3