reference/stream/functions/stream-set-timeout.xml
af6fdf16ab44bcf4d045407963e43c3d9dd2ff29
...
...
@@ -65,33 +65,6 @@
65
65
</para>
66
66
</refsect1>
67
67

68
-
<refsect1 role="changelog">
69
-
&reftitle.changelog;
70
-
<para>
71
-
<informaltable>
72
-
<tgroup cols="2">
73
-
<thead>
74
-
<row>
75
-
<entry>&Version;</entry>
76
-
<entry>&Description;</entry>
77
-
</row>
78
-
</thead>
79
-
<tbody>
80
-
<row>
81
-
<entry>4.3.0</entry>
82
-
<entry>
83
-
As of PHP 4.3, this function can (potentially) work on any kind of
84
-
stream. In PHP 4.3, socket based streams are still the only kind
85
-
supported in the PHP core, although streams from other extensions
86
-
may support this function.
87
-
</entry>
88
-
</row>
89
-
</tbody>
90
-
</tgroup>
91
-
</informaltable>
92
-
</para>
93
-
</refsect1>
94
-

95
68
<refsect1 role="examples">
96
69
&reftitle.examples;
97
70
<para>
98
71