nicobn Thu Aug 16 18:28:08 2007 UTC
Modified files:
/phpdoc/en/reference/sockets/functions socket-read.xml
Log:
Added parameter specification
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/functions/socket-read.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/sockets/functions/socket-read.xml
diff -u phpdoc/en/reference/sockets/functions/socket-read.xml:1.9
phpdoc/en/reference/sockets/functions/socket-read.xml:1.10
--- phpdoc/en/reference/sockets/functions/socket-read.xml:1.9 Wed Jun 20
22:25:25 2007
+++ phpdoc/en/reference/sockets/functions/socket-read.xml Thu Aug 16
18:28:08 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-read">
<refnamediv>
<refname>socket_read</refname>
@@ -30,6 +30,8 @@
<term><parameter>socket</parameter></term>
<listitem>
<para>
+ A valid socket resource created with <function>socket_create</function>
+ or <function>socket_accept</function>.
</para>
</listitem>
</varlistentry>