SNMP函数库:snmp_get_quick_print

snmp_get_quick_print

(PHP3 >= 3.0.8 , PHP4 >= 4.0b2)

snmp_get_quick_print ---&">nbsp; 获得目前UCD函数库的quick_print设定值

语法 : boolean snmp_get_quick_print (void )

说明 :

传回目前储存在UCD函数库中quick_print的值,quick_print的预设值为关闭(off)。

Example :

<?php

$quickprint = snmp_get_quick_print();

?>

如果quick_print是关闭的(off),则上面的范例会传回false,如果quick_print是开启的(on),则会传回true。

当使用UCD SNMP函数库时,snmp_get_quick_print( )才有效,当使用Windows SNMP函数库时,此函数是无效的。

参考 : snmp_set_quick_print( )

时间: 2024-09-29 22:12:21

SNMP函数库:snmp_get_quick_print的相关文章

SNMP函数库:snmp_set_quick_print

snmp_set_quick_print (PHP3 >= 3.0.8 , PHP4 >= 4.0b2) snmp_set_quick_print ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 设定UCD SNMP函数库中quick_print的值 语法 : void snmp_set_quick_print (boolean quick_print) 说明 : 设定UCD SNMP函数库内部

SNMP函数库:snmpwalkoid

snmpwalkoid (PHP3 >= 3.0.8 , PHP4 >= 4.0b2) snmpwalkoid ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 获得网路实体树状的资料 语法 : array snmpwalkoid (string hostname, string community, string object_id [, int timeout [, int retries]]

SNMP函数库:snmpset

snmpset (PHP3 >= 3.http://www.aliyun.com/zixun/aggregation/37104.html">0.12 , PHP4 >= 4.0b2) snmpset ---  设定SNMP物件 语法 : bool snmpset (string hostname, string community, string object_id, string type, mixed value [, int timeout [, int retries

SNMP函数库:snmpwalk

snmpwalk (PHP3 , PHP4) snmpwalk ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 取得所有SNMP物件 语法 : array snmpwalk (string hostname, string community, string object_id [, int timeout [, int retries]]) 说明 : 从object_id传回SNMP物件值的数组,错误则传

SNMP函数库:snmpget

snmpget (PHP3 , PHP4) snmpget ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 取得SNMP物件 语法 : string snmpget (string hostname, string community, string object_id [, int timeout [, int retries]]) 说明 : 成功则传回SNMP物件,错误则传回false. snmpget

在VC中使用MATLAB C/C++函数库

MATLAB广泛应用于线性代数.自动控制理论.数理统计.数字信号处理.时间序列分析.动态系统仿真等领域.因此如果在VC中对MATLAB进行调用将大大减少编程的工作量.保证程序的准确性,并且继承了VC++强大的功能,提高开发效率,本文将介绍了在VC中使用MATLAB函数库的具体步骤: 在VC中建立一个项目后: 1.设置: 添加路径: 在project-settings-c/C++-category:-preprocessor-Additional include directories:栏目中添加

php BC高精确度函数库

$right 返回 1 *$scale 小数点位数 *************************************************************************************** $a = 4.45; $b = 5.54; if(bccomp($a, $b, 2) == 0) { } ***********************************************************************************

javascript函数库:jQuery基础教程

文章简介:jQuery是目前使用最广泛的javascript函数库.据统计,全世界排名前100万的网站,有46%使用jQuery,远远超过其他库.微软公司甚至把jQuery作为他们的官方库.对于网页开发者来说,学会jQuery是必要的.因为它让你了解业界最通用的技术,为将来学习更高级的库打下基础,并 jQuery是目前使用最广泛的javascript函数库.据统计,全世界排名前100万的网站,有46%使用jQuery,远远超过其他库.微软公司甚至把jQuery作为他们的官方库.对于网页开发者来说

在PHP3中实现SESSION的功能(一、SESSION函数库:session.inc.php3)(转译)

session|函数 <?phpif (!isset($__session_inc__)){$__session_inc__=1;//require("cookie.inc.php3");# ------------------------------------------------------------------- # Session Management v1.0 21.6.1998 # (c) Wild Karl Heinz <kh.wild@wicom.at