mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Wrong return value.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21912 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3f48f8a497
commit
7497c64495
1 changed files with 6 additions and 5 deletions
|
@ -55,10 +55,11 @@
|
|||
|
||||
<para>
|
||||
<informalexample>
|
||||
<literallayout>
|
||||
$syscontact = snmpget("127.0.0.1", "public", "system.SysContact.0")
|
||||
</literallayout>
|
||||
</informalexample></para>
|
||||
<programlisting role="php">
|
||||
$syscontact = snmpget("127.0.0.1", "public", "system.SysContact.0");
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -71,7 +72,7 @@ $syscontact = snmpget("127.0.0.1", "public", "system.SysContact.0")
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcdef>string <function>snmpget</function></funcdef>
|
||||
<funcdef>bool <function>snmpget</function></funcdef>
|
||||
<paramdef>string <parameter>hostname</parameter></paramdef>
|
||||
<paramdef>string <parameter>community</parameter></paramdef>
|
||||
<paramdef>string <parameter>object_id</parameter></paramdef>
|
||||
|
|
Loading…
Reference in a new issue