Lines Matching refs:snmp
4 <?php if (!extension_loaded('snmp')) die ("skip no snmp extension"); ?>
10 reflection::export(new reflectionmethod('snmp', '__construct'));
11 reflection::export(new reflectionmethod('snmp', 'close'));
12 reflection::export(new reflectionmethod('snmp', 'setSecurity'));
13 reflection::export(new reflectionmethod('snmp', 'get'));
14 reflection::export(new reflectionmethod('snmp', 'getnext'));
15 reflection::export(new reflectionmethod('snmp', 'walk'));
16 reflection::export(new reflectionmethod('snmp', 'set'));
17 reflection::export(new reflectionmethod('snmp', 'getErrno'));
18 reflection::export(new reflectionmethod('snmp', 'getError'));
25 Method [ <internal:snmp, ctor> public method __construct ] {
36 Method [ <internal:snmp> public method close ] {
42 Method [ <internal:snmp> public method setSecurity ] {
55 Method [ <internal:snmp> public method get ] {
63 Method [ <internal:snmp> public method getnext ] {
71 Method [ <internal:snmp> public method walk ] {
81 Method [ <internal:snmp> public method set ] {
90 Method [ <internal:snmp> public method getErrno ] {
96 Method [ <internal:snmp> public method getError ] {