vrana Thu Aug 16 08:57:11 2007 UTC
Modified files:
/phpdoc/en/reference/spl/functions spl-autoload-register.xml
Log:
autoload_function is callback in principle (bug #42221)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl/functions/spl-autoload-register.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/spl/functions/spl-autoload-register.xml
diff -u phpdoc/en/reference/spl/functions/spl-autoload-register.xml:1.5
phpdoc/en/reference/spl/functions/spl-autoload-register.xml:1.6
--- phpdoc/en/reference/spl/functions/spl-autoload-register.xml:1.5 Wed Jun
20 22:25:26 2007
+++ phpdoc/en/reference/spl/functions/spl-autoload-register.xml Thu Aug 16
08:57:11 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry xml:id="function.spl-autoload-register"
xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>spl_autoload_register</refname>
@@ -9,7 +9,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>spl_autoload_register</methodname>
- <methodparam
choice="opt"><type>mixed</type><parameter>autoload_function</parameter></methodparam>
+ <methodparam
choice="opt"><type>callback</type><parameter>autoload_function</parameter></methodparam>
</methodsynopsis>
<para>
Register a function with the spl provided __autoload stack. If the stack