vrana Thu Nov 23 09:07:21 2006 UTC
Modified files:
/phpdoc/en/language types.xml
Log:
void pseudo-type
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.168&r2=1.169&diff_format=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.168 phpdoc/en/language/types.xml:1.169
--- phpdoc/en/language/types.xml:1.168 Tue Sep 26 00:37:57 2006
+++ phpdoc/en/language/types.xml Thu Nov 23 09:07:21 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.168 $ -->
+<!-- $Revision: 1.169 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -2397,6 +2397,16 @@
</para>
</sect2>
+
+ <sect2 id="language.types.void">
+ <title>void</title>
+ <para>
+ <literal>void</literal> in return type means that the return value is
+ useless. <literal>void</literal> in parameters list means that the
+ function doesn't accept any parameters.
+ </para>
+ </sect2>
+
</sect1>
<sect1 id="language.types.type-juggling">