reference/classobj/functions/class-exists.xml
42bd1bfed391b287e55e47fed1b8f8d22a033ee0
...
...
@@ -32,7 +32,8 @@
32
32
<term><parameter>autoload</parameter></term>
33
33
<listitem>
34
34
<para>
35
-
Whether or not to call &link.autoload; by default.
35
+
Whether to <link linkend="language.oop5.autoload">autoload</link>
36
+
if not already loaded.
36
37
</para>
37
38
</listitem>
38
39
</varlistentry>
...
...
@@ -92,6 +93,7 @@ if (class_exists(MyClass::class)) {
92
93
<para>
93
94
<simplelist>
94
95
<member><function>function_exists</function></member>
96
+
<member><function>enum_exists</function></member>
95
97
<member><function>interface_exists</function></member>
96
98
<member><function>get_declared_classes</function></member>
97
99
</simplelist>
98
100