Skip to content

Commit b66d447

Browse files
committed
snmp2_get_next => snmp2_getnext
1 parent 105e69f commit b66d447

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reference/snmp/functions/snmp2-getnext.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<methodparam choice="opt"><type>int</type><parameter>retries</parameter><initializer>-1</initializer></methodparam>
1818
</methodsynopsis>
1919
<simpara>
20-
The <function>snmp2_get_next</function> function is used to read the
20+
The <function>snmp2_getnext</function> function is used to read the
2121
value of the <acronym>SNMP</acronym> object that follows the specified
2222
<parameter>object_id</parameter>.
2323
</simpara>
@@ -81,11 +81,11 @@
8181
<refsect1 role="examples">
8282
&reftitle.examples;
8383
<example>
84-
<title>Using <function>snmp2_get_next</function></title>
84+
<title>Using <function>snmp2_getnext</function></title>
8585
<programlisting role="php">
8686
<![CDATA[
8787
<?php
88-
$nameOfSecondInterface = snmp2_get_next('localhost', 'public', 'IF-MIB::ifName.1');
88+
$nameOfSecondInterface = snmp2_getnext('localhost', 'public', 'IF-MIB::ifName.1');
8989
?>
9090
]]>
9191
</programlisting>

0 commit comments

Comments
 (0)