reference/sockets/setup.xml
14dc7c47365f2b71f6c907a5ba5bccf42534d5a9
...
...
@@ -26,9 +26,15 @@
26
26
<section xml:id="sockets.resources">
27
27
&reftitle.resources;
28
28
<para>
29
-
<function>socket_accept</function>,
30
-
<function>socket_create_listen</function> and
31
-
<function>socket_create</function> return socket resources.
29
+
Prior to PHP 8.0.0,
30
+
<function>socket_accept</function>, <function>socket_import_stream</function>,
31
+
<function>socket_addrinfo_connect</function>, <function>socket_addrinfo_bind</function>,
32
+
<function>socket_create_listen</function>, <function>socket_wsaprotocol_info_import</function> and
33
+
<function>socket_create</function> returned Socket resources.
34
+
</para>
35
+
<para>
36
+
Prior to PHP 8.0.0,
37
+
<function>socket_addrinfo_lookup</function> returned an array of AddressInfo resources.
32
38
</para>
33
39
</section>
34
40
<!-- }}} -->
35
41