dshp9580656 2013-04-05 22:13
浏览 85
已采纳

PHP snmp返回结果

I use this function for get result by snmp
snmp2_walk("localhost", "private", "OID");

All work fine, but result returns in this form:
STRING: "..."
STRING: "second"

Is there a function to convert this result into a normal string?
From STRING: "second" to second

  • 写回答

1条回答 默认 最新

  • douchi8503 2013-05-03 19:26
    关注

    I believe this is what you're looking for:

    snmp_set_quick_print(1); // print just the value, no types
    snmp_set_valueretrieval(SNMP_VALUE_PLAIN); // no quotes for strings
    

    http://us1.php.net/manual/en/ref.snmp.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 加氢站氢负荷数据集来源
  • ¥15 umi接入sentry遇到问题
  • ¥15 HBuilderX打包H5网页,扫码模块无法使用
  • ¥15 Javascript跳转页面后,无法执行后面代码,如何解决?
  • ¥15 echarts绘制图表
  • ¥15 请教两个关于高德地图定位不准的技术问题
  • ¥15 根据企业名称 对照两个文件 样本筛选/匹配
  • ¥15 Linux环境下CA证书更新问题
  • ¥15 sqlserver语句提取结果以外数据
  • ¥60 微信小程序如何上传QQ聊天文件