nicobn          Tue Jul  3 19:25:36 2007 UTC

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-clear-error.xml 
  Log:
  Reference to socket_create().
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/functions/socket-clear-error.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/sockets/functions/socket-clear-error.xml
diff -u phpdoc/en/reference/sockets/functions/socket-clear-error.xml:1.9 
phpdoc/en/reference/sockets/functions/socket-clear-error.xml:1.10
--- phpdoc/en/reference/sockets/functions/socket-clear-error.xml:1.9    Wed Jun 
20 22:25:25 2007
+++ phpdoc/en/reference/sockets/functions/socket-clear-error.xml        Tue Jul 
 3 19:25:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.socket-clear-error">
  <refnamediv>
   <refname>socket_clear_error</refname>
@@ -14,7 +14,7 @@
   </methodsynopsis>
   <para>
    This function clears the error code on the given socket or the global
-   last socket error.
+   last socket error if no socket is specified.
   </para>
   <para>
    This function allows explicitly resetting the error code value either of
@@ -31,6 +31,7 @@
      <term><parameter>socket</parameter></term>
      <listitem>
       <para>
+       A valid socket resource created with <function>socket_create</function>.
       </para>
      </listitem>
     </varlistentry>

Reply via email to