PONProto::walkCleared
Replaces standard 4-line routine with snmpwalking and removing OID and VALUE portions and returns an array of cleared values
Signature
protected function walkCleared(string
$snmpIPPORT,
string
$snmpCommunity,
string
$snmpOID,
[string
$removeOIDPart = '',
[string
$removeVALUE = '',
[boolean
$snmpCacheON = false,
[boolean
$explodeRows = true,
[boolean
$returnAsString = false,
[string
$lastOIDDot = '.']]]]]] )
Parameters
$snmpIPPORT
—
string
$snmpCommunity
—
string
$snmpOID
—
string
$removeOIDPart
—
string
$removeVALUE
—
string
$snmpCacheON
—
boolean
$explodeRows
—
boolean
$returnAsString
—
boolean
$lastOIDDot
—
string
Returns
- array