reference/stream/functions/stream-socket-shutdown.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -10,7 +10,7 @@
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>stream_socket_shutdown</methodname>
12
12
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
13
-
<methodparam><type>int</type><parameter>how</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Shutdowns (partially or not) a full-duplex connection.
...
...
@@ -36,7 +36,7 @@
36
36
</listitem>
37
37
</varlistentry>
38
38
<varlistentry>
39
-
<term><parameter>how</parameter></term>
39
+
<term><parameter>mode</parameter></term>
40
40
<listitem>
41
41
<para>
42
42
One of the following constants: <constant>STREAM_SHUT_RD</constant>
...
...
@@ -100,7 +100,6 @@ int(0)
100
100
</refsect1>
101
101

102
102
</refentry>
103
-

104
103
<!-- Keep this comment at the end of the file
105
104
Local variables:
106
105
mode: sgml
107
106