nicos           Tue Feb  4 20:38:31 2003 EDT

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-recv.xml 
  Log:
  fixing proto
  
Index: phpdoc/en/reference/sockets/functions/socket-recv.xml
diff -u phpdoc/en/reference/sockets/functions/socket-recv.xml:1.2 
phpdoc/en/reference/sockets/functions/socket-recv.xml:1.3
--- phpdoc/en/reference/sockets/functions/socket-recv.xml:1.2   Wed Apr 17 02:44:10 
2002
+++ phpdoc/en/reference/sockets/functions/socket-recv.xml       Tue Feb  4 20:38:31 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
   <refentry id="function.socket-recv">
    <refnamediv>
@@ -9,8 +9,9 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>string</type><methodname>socket_recv</methodname>
+      <type>int</type><methodname>socket_recv</methodname>
       <methodparam><type>resource</type><parameter>socket</parameter></methodparam>
+      <methodparam><type>string</type><parameter>buf</parameter></methodparam>
       <methodparam><type>int</type><parameter>len</parameter></methodparam>
       <methodparam><type>int</type><parameter>flags</parameter></methodparam>
      </methodsynopsis>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to