reference/spl/functions/spl-autoload-call.xml
60809ebcf7d0c261b2f00e093e4fab70326ffc7b
...
...
@@ -9,7 +9,7 @@
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