nicos           Tue Feb  4 20:41:51 2003 EDT

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-recv.xml 
  Log:
  fixing proto again
  
Index: phpdoc/en/reference/sockets/functions/socket-recv.xml
diff -u phpdoc/en/reference/sockets/functions/socket-recv.xml:1.3 
phpdoc/en/reference/sockets/functions/socket-recv.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-recv.xml:1.3   Tue Feb  4 20:38:31 
2003
+++ phpdoc/en/reference/sockets/functions/socket-recv.xml       Tue Feb  4 20:41:51 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
   <refentry id="function.socket-recv">
    <refnamediv>
@@ -11,7 +11,7 @@
      <methodsynopsis>
       <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>string</type><parameter>&amp;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