reference/network/functions/long2ip.xml
d715365c098db000eaf7dcd987ee6093f6e83091
...
...
@@ -1,15 +1,15 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.long2ip">
3
+
<refentry xml:id="function.long2ip" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>long2ip</refname>
6
-
<refpurpose>Converts an long integer address into a string in (IPv4) Internet standard dotted format</refpurpose>
6
+
<refpurpose>Converts a long integer address into a string in (IPv4) Internet standard dotted format</refpurpose>
7
7
</refnamediv>
8
8
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type class="union"><type>string</type><type>false</type></type><methodname>long2ip</methodname>
12
+
<type>string</type><methodname>long2ip</methodname>
13
13
<methodparam><type>int</type><parameter>ip</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16