[ Pobierz całość w formacie PDF ]
.snmpgetPodręcznik PHPPoprzedniNastępnysnmpget (PHP 3, PHP 4 >= 4.0)snmpget -- Fetch an SNMP objectDescriptionstring snmpget (string hostname, string community, string object_id [, int timeout [, int retries]])
Returns SNMP object value on success and FALSE on error.
The snmpget() function is used to read thevalue of an SNMP object specified by theobject_id.SNMP agent is specified by thehostname and the read community isspecified by the community parameter.
$syscontact = snmpget("127.1", "public", "system.SysContact.0");PoprzedniSpis treściNastępnySNMP functionsPoczątek rozdziałusnmpset
[ Pobierz całość w formacie PDF ]