Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
interface_exists
Popis
bool interface_exists ( string interface_name [, bool autoload] )Checks if the given interface has been defined.
Seznam parametrů
interface_name
The interface name
autoload
Wether to call __autoload or not by default
Návratové hodnoty
Returns TRUE if the interface given by
interface_name
has been defined, FALSE otherwise.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
get_parent_class | Nahoru< |