|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-06 13:22 UTC] derick@php.net
[2006-01-29 01:21 UTC] pookey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 17:00:01 2025 UTC |
Description: ------------ When I try to output HEX string, returned by snmpget(), it outputs converted string from that HEX. Reproduce code: --------------- snmp_set_valueretrieval(SNMP_VALUE_PLAIN); $test = snmpget("10.10.10.10", "public", "1.3.6.1.2.1.10.127.1.3.3.1.2.1", 50); echo $test; Expected result: ---------------- 00 00 CA 37 67 BB Actual result: -------------- ?7g?