jimw Thu Dec 20 16:59:22 2001 EDT
Modified files:
/phpdoc/en/functions funchand.xml
Log:
func_num_args: minor cleanups
Index: phpdoc/en/functions/funchand.xml
diff -u phpdoc/en/functions/funchand.xml:1.24 phpdoc/en/functions/funchand.xml:1.25
--- phpdoc/en/functions/funchand.xml:1.24 Tue Dec 18 14:55:26 2001
+++ phpdoc/en/functions/funchand.xml Thu Dec 20 16:59:22 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<reference id="ref.funchand">
<title>Function Handling functions</title>
<titleabbrev>Functions</titleabbrev>
@@ -412,8 +412,7 @@
<simpara>
Returns the number of arguments passed into the current
user-defined function. <function>func_num_args</function> will
- generate a warning if called from outside of a function
- definition.
+ generate a warning if called from outside of a user-defind function.
</simpara>
<para>
<informalexample>
@@ -437,11 +436,6 @@
<function>func_get_args</function> to allow user-defined
functions to accept variable-length argument lists.
</simpara>
- <note>
- <simpara>
- This function was added in PHP 4.
- </simpara>
- </note>
</refsect1>
</refentry>