ifHCInOctets foreach (['Octets', 'UcastPkts', 'BroadcastPkts', 'MulticastPkts'] as $oid) { $hc_in = 'if' . $hc_prefix . 'In' . $oid; $hc_out = 'if' . $hc_prefix . 'Out' . $oid; $this_port['ifHCIn' . $oid] = $this_port[$hc_in]; $this_port['ifHCOut' . $oid] = $this_port[$hc_out]; } } // EOF