Debian下php5-snmp安裝 debian預設沒有安裝snmp 所以無法使用snmpwalk()函式 可下達安裝指令 #apt-get install php5-snmp 安裝完後 重啟apache2即可啟用 #service apache2 restart