reference/spl/functions/spl-autoload-unregister.xml
60809ebcf7d0c261b2f00e093e4fab70326ffc7b
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>spl_autoload_unregister</methodname>
12
-
<methodparam><type>mixed</type><parameter>autoload_function</parameter></methodparam>
12
+
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Removes a function from the autoload queue. If the queue
...
...
@@ -27,7 +27,7 @@
27
27
<para>
28
28
<variablelist>
29
29
<varlistentry>
30
-
<term><parameter>autoload_function</parameter></term>
30
+
<term><parameter>callback</parameter></term>
31
31
<listitem>
32
32
<para>
33
33
The autoload function being unregistered.
...
...
@@ -46,7 +46,6 @@
46
46
</refsect1>
47
47

48
48
</refentry>
49
-

50
49
<!-- Keep this comment at the end of the file
51
50
Local variables:
52
51
mode: sgml
53
52