socket_get_status: See also, socket extension function names changed.

This closes bug #14772


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66663 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-01-02 08:07:19 +00:00
parent 7a23c490c1
commit 17f48c10f4

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.50 $ -->
<!-- $Revision: 1.51 $ -->
<reference id="ref.network">
<title>Network Functions</title>
<titleabbrev>Network</titleabbrev>
@ -816,10 +816,11 @@ echo $out;
</itemizedlist>
<para>
See also: <function>accept_connect</function>,
<function>bind</function>,
<function>connect</function>,
<function>listen</function>, and
<function>strerror</function>.
<function>socket_bind</function>,
<function>socket_connect</function>,
<function>socket_listen</function>,
<function>socket_strerror</function>, and the
<link linkend="ref.sockets">Socket extension</link>.
</para>
</refsect1>
</refentry>