snmp2_get
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
snmp2_get — SNMP オブジェクトを取得する
説明
snmp2_get(
string
string
array|string
int
int
): mixed
string
$hostname
,string
$community
,array|string
$object_id
,int
$timeout
= -1,int
$retries
= -1): mixed
snmp2_get() 関数は、
object_id
で指定した
SNMP オブジェクトの値を取得します。
パラメータ
hostname
-
SNMP エージェント。
community
-
リードコミュニティ。
object_id
-
SNMP オブジェクト。
timeout
-
最初のタイムアウトまでのマイクロ秒数。
retries
-
タイムアウト発生時の再試行回数。
戻り値
成功した場合に SNMP オブジェクトの値、エラー時に false
を返します。
例
例1 snmp2_get() の使用法
<?php
$syscontact = snmp2_get("127.0.0.1", "public", "system.SysContact.0");
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google