Lines Matching refs:z
30 $z = snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries);
31 echo gettype($z)."\n";
32 var_dump($z->type);
33 var_dump($z->value);
37 $z = snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries);
38 echo gettype($z)."\n";
39 var_dump($z->type);
40 var_dump($z->value);
44 $z = snmpget($hostname, $community, '.1.3.6.1.2.1.88.1.4.2.1.3.6.95.115.110.109.112.100.95.108.105.…
45 echo gettype($z)."\n";
46 var_dump($z->type);
47 var_dump($z->value);
51 $z = snmpget($hostname, $community, '.1.3.6.1.2.1.88.1.4.2.1.3.6.95.115.110.109.112.100.95.108.105.…
52 echo gettype($z)."\n";
53 var_dump($z->type);
54 var_dump(is_numeric($z->value));
55 var_dump(is_string($z->value));
56 var_dump(bin2hex($z->value));