Date: 10/19/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions sybase.xml"
- Previous message: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/functions network.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
tschuer Thu Oct 19 12:09:45 2000 EDT
Modified files:
/phpdoc/de/functions sockets.xml
Log:
Moved socket_get_status() to network.xml
Index: phpdoc/de/functions/sockets.xml
diff -u phpdoc/de/functions/sockets.xml:1.3 phpdoc/de/functions/sockets.xml:1.4
--- phpdoc/de/functions/sockets.xml:1.3 Tue Sep 12 13:24:35 2000
+++ phpdoc/de/functions/sockets.xml Thu Oct 19 12:09:45 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: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions sybase.xml"
- Previous message: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/functions network.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

