reference/sockets/functions/socket-sendmsg.xml
14dc7c47365f2b71f6c907a5ba5bccf42534d5a9
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-sendmsg">
3
+
<refentry xml:id="function.socket-sendmsg" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>socket_sendmsg</refname>
6
6
<refpurpose>Send a message</refpurpose>
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type class="union"><type>int</type><type>false</type></type><methodname>socket_sendmsg</methodname>
12
-
<methodparam><type>resource</type><parameter>socket</parameter></methodparam>
12
+
<methodparam><type>Socket</type><parameter>socket</parameter></methodparam>
13
13
<methodparam><type>array</type><parameter>message</parameter></methodparam>
14
14
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
15
15
</methodsynopsis>
...
...
@@ -54,6 +54,23 @@
54
54
</para>
55
55
</refsect1>
56
56

57
+
<refsect1 role="changelog">
58
+
&reftitle.changelog;
59
+
<informaltable>
60
+
<tgroup cols="2">
61
+
<thead>
62
+
<row>
63
+
<entry>&Version;</entry>
64
+
<entry>&Description;</entry>
65
+
</row>
66
+
</thead>
67
+
<tbody>
68
+
&sockets.changelog.socket-param;
69
+
</tbody>
70
+
</tgroup>
71
+
</informaltable>
72
+
</refsect1>
73
+

57
74
<refsect1 role="seealso">
58
75
&reftitle.seealso;
59
76
<para>
...
...
@@ -65,7 +82,6 @@
65
82
</refsect1>
66
83

67
84
</refentry>
68
-

69
85
<!-- Keep this comment at the end of the file
70
86
Local variables:
71
87
mode: sgml
72
88