/* ALL PHP_ME user callable methods of SNMP class should appear here */
-reflection::export(new reflectionmethod('snmp', '__construct'));
-reflection::export(new reflectionmethod('snmp', 'close'));
-reflection::export(new reflectionmethod('snmp', 'setSecurity'));
-reflection::export(new reflectionmethod('snmp', 'get'));
-reflection::export(new reflectionmethod('snmp', 'getnext'));
-reflection::export(new reflectionmethod('snmp', 'walk'));
-reflection::export(new reflectionmethod('snmp', 'set'));
-reflection::export(new reflectionmethod('snmp', 'getErrno'));
-reflection::export(new reflectionmethod('snmp', 'getError'));
+echo new reflectionmethod('snmp', '__construct');
+echo new reflectionmethod('snmp', 'close');
+echo new reflectionmethod('snmp', 'setSecurity');
+echo new reflectionmethod('snmp', 'get');
+echo new reflectionmethod('snmp', 'getnext');
+echo new reflectionmethod('snmp', 'walk');
+echo new reflectionmethod('snmp', 'set');
+echo new reflectionmethod('snmp', 'getErrno');
+echo new reflectionmethod('snmp', 'getError');
?>
Parameter #4 [ <optional> $retries ]
}
}
-
Method [ <internal:snmp> public method close ] {
- Parameters [0] {
}
}
-
Method [ <internal:snmp> public method setSecurity ] {
- Parameters [7] {
Parameter #6 [ <required> $contextEngineID ]
}
}
-
Method [ <internal:snmp> public method get ] {
- Parameters [2] {
Parameter #1 [ <optional> $use_orignames ]
}
}
-
Method [ <internal:snmp> public method getnext ] {
- Parameters [2] {
Parameter #1 [ <optional> $use_orignames ]
}
}
-
Method [ <internal:snmp> public method walk ] {
- Parameters [4] {
Parameter #3 [ <required> $non_repeaters ]
}
}
-
Method [ <internal:snmp> public method set ] {
- Parameters [3] {
Parameter #2 [ <required> $value ]
}
}
-
Method [ <internal:snmp> public method getErrno ] {
- Parameters [0] {
}
}
-
Method [ <internal:snmp> public method getError ] {
- Parameters [0] {
}
}
-
===DONE===