Date: 09/19/00
- Next message: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions var.xml"
- Previous message: Stanislav Malyshev: "Re: [PHP-DOC] Russian version of doc?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
torben Tue Sep 19 12:33:43 2000 EDT
Modified files:
/phpdoc/en/functions network.xml sockets.xml
Log:
Moved socket_get_status() to network.xml.
Index: phpdoc/en/functions/network.xml
diff -u phpdoc/en/functions/network.xml:1.23 phpdoc/en/functions/network.xml:1.24
--- phpdoc/en/functions/network.xml:1.23 Mon Sep 4 00:52:02 2000
+++ phpdoc/en/functions/network.xml Tue Sep 19 12:33:43 2000
@@ -730,6 +730,62 @@
</refsect1>
</refentry>
+ <refentry id="function.socket-get-status">
+ <refnamediv>
+ <refname>socket_get_status</refname>
+ <refpurpose>
+ Returns information about existing socket resource
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>array <function>socket_get_status</function></funcdef>
+ <paramdef>resource
+ <parameter>socket_get_status</parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ Returns information about an existing socket resource. Currently
+ returns four entries in the result array:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <parameter>timed_out</parameter> (bool) - The socket timed out
+ waiting for data
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>blocked</parameter> (bool) - The socket was blocked
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>eof</parameter> (bool) - Indicates EOF event
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>unread_bytes</parameter> (int) - Number of bytes
+ left in the socket buffer
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>
+ See also
+ <function>accept_connect</function>,
+ <function>bind</function>,
+ <function>connect</function>,
+ <function>listen</function>, and
+ <function>strerror</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
<refentry id="function.set-socket-blocking">
<refnamediv>
<refname>socket_set_blocking</refname>
Index: phpdoc/en/functions/sockets.xml
diff -u phpdoc/en/functions/sockets.xml:1.5 phpdoc/en/functions/sockets.xml:1.6
--- phpdoc/en/functions/sockets.xml:1.5 Tue Sep 12 13:24:35 2000
+++ phpdoc/en/functions/sockets.xml Tue Sep 19 12:33:43 2000
@@ -455,62 +455,6 @@
</refsect1>
</refentry>
- <refentry id="function.socket-get-status">
- <refnamediv>
- <refname>socket_get_status</refname>
- <refpurpose>
- Returns information about existing socket resource
- </refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>array <function>socket_get_status</function></funcdef>
- <paramdef>resource
- <parameter>socket_get_status</parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
- <para>
- Returns information about existing socket resource. Currently
- returns 4 entries in the result array:
- </para>
- <itemizedlist>
- <listitem>
- <para>
- <parameter>timed_out</parameter> (bool) - The socket timed out
- waiting for data
- </para>
- </listitem>
- <listitem>
- <para>
- <parameter>blocked</parameter> (bool) - The socket was blocked
- </para>
- </listitem>
- <listitem>
- <para>
- <parameter>eof</parameter> (bool) - Indicates EOF event
- </para>
- </listitem>
- <listitem>
- <para>
- <parameter>unread_bytes</parameter> (int) - Number of bytes
- left in the socket buffer
- </para>
- </listitem>
- </itemizedlist>
- <para>
- See also
- <function>accept_connect</function>,
- <function>bind</function>,
- <function>connect</function>,
- <function>listen</function>, and
- <function>strerror</function>.
- </para>
- </refsect1>
- </refentry>
-
<refentry id="function.strerror">
<refnamediv>
<refname>strerror</refname>
- Next message: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions var.xml"
- Previous message: Stanislav Malyshev: "Re: [PHP-DOC] Russian version of doc?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

