interface_existsChecks if the interface has been defined
&reftitle.description;
boolinterface_existsstringinterfaceboolautoload&true;
Checks if the given interface has been defined.
&reftitle.parameters;
interface
The interface name
autoload
Whether to autoload
if not already loaded.
&reftitle.returnvalues;
Returns &true; if the interface given by
interface has been defined, &false; otherwise.
&reftitle.examples;
interface_exists example
]]>
&reftitle.seealso;
get_declared_interfacesclass_implementsclass_existsenum_exists