interface_exists()
interface_exists - Checks if the interface has been definedSyntax
bool interface_exists (string $interface_name, bool $autoload)Arguments
- interface_name - The interface name
- autoload - Whether to call __autoloador not by default.
