mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7a23c490c1
commit
17f48c10f4
1 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue