| 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_nameThe interface name
autoloadWether 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< |