Lines Matching refs:z
28 $z = snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries);
29 echo gettype($z)."\n";
30 var_dump($z->type);
31 var_dump($z->value);
35 $z = snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries);
36 echo gettype($z)."\n";
37 var_dump($z->type);
38 var_dump($z->value);
42 $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.…
43 echo gettype($z)."\n";
44 var_dump($z->type);
45 var_dump($z->value);
49 $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.…
50 echo gettype($z)."\n";
51 var_dump($z->type);
52 var_dump(is_numeric($z->value));
53 var_dump(is_string($z->value));
54 var_dump(bin2hex($z->value));