Query: interface_exists
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INTERFACE_EXISTS(3) 1 INTERFACE_EXISTS(3) interface_exists - Checks if the interface has been definedSYNOPSISbool interface_exists (string $interface_name, [bool $autoload = true])DESCRIPTIONChecks if the given interface has been defined.PARAMETERSo $interface_name - The interface name o $autoload - Whether to call __autoload or not by default.RETURN VALUESReturns TRUE if the interface given by $interface_name has been defined, FALSE otherwise.EXAMPLESExample #1 interface_exists(3) example <?php // Check the interface exists before trying to use it if (interface_exists('MyInterface')) { class MyClass implements MyInterface { // Methods } } ?>SEE ALSOget_declared_interfaces(3), class_implements(3), class_exists(3). PHP Documentation Group INTERFACE_EXISTS(3)
Related Man Pages |
---|
if_mpadm(1m) - linux |
class_implements(3) - php |
class_parents(3) - php |
method_exists(3) - php |
wincache_ucache_exists(3) - php |
Similar Topics in the Unix Linux Community |
---|
New to Solaris (Checking/Adding network and harddisk) |