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