Lines Matching refs:z
26 $z = snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries);
27 echo gettype($z)."\n";
28 var_dump($z->type);
29 var_dump($z->value);
33 $z = snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout, $retries);
34 echo gettype($z)."\n";
35 var_dump($z->type);
36 var_dump($z->value);
40 $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.…
41 echo gettype($z)."\n";
42 var_dump($z->type);
43 var_dump($z->value);
47 $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.…
48 echo gettype($z)."\n";
49 var_dump($z->type);
50 var_dump(is_numeric($z->value));
51 var_dump(is_string($z->value));
52 var_dump(bin2hex($z->value));