Any SNMP Guru's?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Using command line snmpget you can set an option to append leading 0's to
hex values -o0
So instead of

 $macaddress = "0:1a:4b:c:8d:fb";

it would be

 $macaddress = "00:1a:4b:0c:8d:fb";

is there any option using the extremely well documented php snmp extension
to do the same?

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux