reference/spl/functions/spl-autoload-call.xml
60809ebcf7d0c261b2f00e093e4fab70326ffc7b
...
...
@@ -3,13 +3,13 @@
3
3
<refentry xml:id="function.spl-autoload-call" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>spl_autoload_call</refname>
6
-
<refpurpose>Try all registered __autoload() function to load the requested class</refpurpose>
6
+
<refpurpose>Try all registered __autoload() functions to load the requested class</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>void</type><methodname>spl_autoload_call</methodname>
12
-
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>class</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
This function can be used to manually search for a class or interface
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>class_name</parameter></term>
25
+
<term><parameter>class</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
The class name being searched.
...
...
@@ -41,7 +41,6 @@
41
41
</refsect1>
42
42

43
43
</refentry>
44
-

45
44
<!-- Keep this comment at the end of the file
46
45
Local variables:
47
46
mode: sgml
48
47