From e1d6988ceec0f2cfa44e6eef3ab48bb045469a88 Mon Sep 17 00:00:00 2001 From: Christian Hammers Date: Sun, 20 Feb 2011 12:51:42 +0000 Subject: [PATCH] Corrected function names (copy & paste errors). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308500 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/snmp/functions/snmp3-get.xml | 10 +++++----- reference/snmp/functions/snmp3-real-walk.xml | 4 ++-- reference/snmp/functions/snmp3-set.xml | 2 +- reference/snmp/functions/snmp3-walk.xml | 4 ++-- reference/snmp/functions/snmpset.xml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/reference/snmp/functions/snmp3-get.xml b/reference/snmp/functions/snmp3-get.xml index 582839931b..7aaa9966ab 100644 --- a/reference/snmp/functions/snmp3-get.xml +++ b/reference/snmp/functions/snmp3-get.xml @@ -23,7 +23,7 @@ stringretries5 - The snmpget function is used to read the + The snmp3_get function is used to read the value of an SNMP object specified by the object_id. @@ -36,7 +36,7 @@ host - The hostname of the SNMP agent (server). + The hostname of the SNMP agent (server). @@ -126,11 +126,11 @@ &reftitle.examples; - Using <function>snmpget</function> + Using <function>snmp3_get</function> ]]> @@ -142,7 +142,7 @@ $nameOfSecondInterface = snmp3_getnext('localhost', 'james', 'authPriv', 'SHA', &reftitle.seealso; - snmpset + snmp3_set diff --git a/reference/snmp/functions/snmp3-real-walk.xml b/reference/snmp/functions/snmp3-real-walk.xml index ae7ab93ad9..a896608048 100644 --- a/reference/snmp/functions/snmp3-real-walk.xml +++ b/reference/snmp/functions/snmp3-real-walk.xml @@ -57,7 +57,7 @@ The - snmprealwalk function is used to traverse over a number + snmp3_real_walk function is used to traverse over a number of SNMP objects starting from object_id @@ -186,7 +186,7 @@ Using - <function>snmprealwalk</function> + <function>snmp3_real_walk</function> - Using <function>snmpgetnext</function> + Using <function>snmp3_set</function> stringretries5 - snmpwalk function is used to read all the values from + snmp3_walk function is used to read all the values from an SNMP agent specified by the hostname. @@ -136,7 +136,7 @@ &reftitle.examples; - <function>snmpwalk</function> Example + <function>snmp3_walk</function> Example - Using <function>snmpgetnext</function> + Using <function>snmpset</function>