SNMP::close
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
SNMP::close — SNMP セッションを閉じる
パラメータ
この関数にはパラメータはありません。
例
例1 SNMP::close() の例
<?php
$session = new SNMP(SNMP::VERSION_1, "127.0.0.1", "public");
# ...
# get, walk, etc goes here
# ...
$session->close();
?>
参考
- SNMP::__construct() - リモート SNMP エージェントへのセッションを表す SNMP インスタンスを作成する
+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