nicobn          Thu Aug 16 18:26:08 2007 UTC

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-create-listen.xml 
  Log:
  - Added parameter specification
  - Added socket_create_pair in see also section
  
  
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/functions/socket-create-listen.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/sockets/functions/socket-create-listen.xml
diff -u phpdoc/en/reference/sockets/functions/socket-create-listen.xml:1.8 
phpdoc/en/reference/sockets/functions/socket-create-listen.xml:1.9
--- phpdoc/en/reference/sockets/functions/socket-create-listen.xml:1.8  Wed Jun 
20 22:25:25 2007
+++ phpdoc/en/reference/sockets/functions/socket-create-listen.xml      Thu Aug 
16 18:26:08 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.socket-create-listen">
  <refnamediv>
   <refname>socket_create_listen</refname>
@@ -32,6 +32,7 @@
      <term><parameter>port</parameter></term>
      <listitem>
       <para>
+       The port on which to listen on all interfaces.
       </para>
      </listitem>
     </varlistentry>
@@ -78,6 +79,7 @@
   <para>
    <simplelist>
     <member><function>socket_create</function></member>
+    <member><function>socket_create_pair</function></member>
     <member><function>socket_bind</function></member>
     <member><function>socket_listen</function></member>
     <member><function>socket_last_error</function></member>
@@ -85,7 +87,6 @@
    </simplelist>
   </para>
  </refsect1>
-
 </refentry>
 
 <!-- Keep this comment at the end of the file

Reply via email to