nicobn Thu Aug 16 18:21:58 2007 UTC
Modified files:
/phpdoc/en/reference/sockets/functions socket-accept.xml
Log:
Added parameter specification
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/functions/socket-accept.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/sockets/functions/socket-accept.xml
diff -u phpdoc/en/reference/sockets/functions/socket-accept.xml:1.7
phpdoc/en/reference/sockets/functions/socket-accept.xml:1.8
--- phpdoc/en/reference/sockets/functions/socket-accept.xml:1.7 Wed Jun 20
22:25:25 2007
+++ phpdoc/en/reference/sockets/functions/socket-accept.xml Thu Aug 16
18:21:58 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry xmlns="http://docbook.org/ns/docbook"
xml:id="function.socket-accept">
<refnamediv>
<refname>socket_accept</refname>
@@ -44,6 +44,7 @@
<term><parameter>socket</parameter></term>
<listitem>
<para>
+ A valid socket resource created with <function>socket_create</function>.
</para>
</listitem>
</varlistentry>