vrana Thu Aug 12 10:59:15 2004 EDT
Modified files:
/phpdoc/howto working.xml
Log:
Use callback
http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.42&r2=1.43&ty=u
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.42 phpdoc/howto/working.xml:1.43
--- phpdoc/howto/working.xml:1.42 Tue Jul 27 02:24:12 2004
+++ phpdoc/howto/working.xml Thu Aug 12 10:59:15 2004
@@ -300,11 +300,7 @@
(various types), or <literal>number</literal> (either
integer or float), or <literal>scalar</literal> (boolean,
integer, float or string). A callback is denoted as
- <literal>mixed</literal> <footnote><simpara>Better
- suggestions? I don't really like it this way... not
- simply <literal>function</literal>, or something alike?
- --Jeroen</simpara></footnote>, since it can be either
- array or string.
+ <literal>callback</literal>.
</simpara>
<simpara>