|
interface_existsChecks if the interface has been defined Description
bool interface_exists
( string
$interface_name
[, bool $autoload = true
] )Checks if the given interface has been defined. Return Values
Returns Examples
Example #1 interface_exists example
<?php See Also
|