reference/stream/functions/stream-socket-pair.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -10,7 +10,7 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>array</type><methodname>stream_socket_pair</methodname>
13
+
<type class="union"><type>array</type><type>false</type></type><methodname>stream_socket_pair</methodname>
14
14
<methodparam><type>int</type><parameter>domain</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>type</parameter></methodparam>
16
16
<methodparam><type>int</type><parameter>protocol</parameter></methodparam>
...
...
@@ -79,30 +79,6 @@
79
79
</para>
80
80
</refsect1>
81
81

82
-
<refsect1 role="changelog">
83
-
&reftitle.changelog;
84
-
<para>
85
-
<informaltable>
86
-
<tgroup cols="2">
87
-
<thead>
88
-
<row>
89
-
<entry>&Version;</entry>
90
-
<entry>&Description;</entry>
91
-
</row>
92
-
</thead>
93
-
<tbody>
94
-
<row>
95
-
<entry>5.3.0</entry>
96
-
<entry>
97
-
This function is now available on Windows platforms.
98
-
</entry>
99
-
</row>
100
-
</tbody>
101
-
</tgroup>
102
-
</informaltable>
103
-
</para>
104
-
</refsect1>
105
-

106
82
<refsect1 role="examples">
107
83
&reftitle.examples;
108
84
<para>
...
...
@@ -110,7 +86,7 @@
110
86
<title>A <function>stream_socket_pair</function> example</title>
111
87
<para>
112
88
This example shows the basic usage of
113
-
<function>stream_socket_pair</function> in Inter-Process Comunication.
89
+
<function>stream_socket_pair</function> in Inter-Process Communication.
114
90
</para>
115
91
<programlisting role="php">
116
92
<![CDATA[
...
...
@@ -156,7 +132,6 @@ message from child
156
132
</refsect1>
157
133

158
134
</refentry>
159
-

160
135
<!-- Keep this comment at the end of the file
161
136
Local variables:
162
137
mode: sgml
163
138