| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
class_implements
Popis
array class_implements ( mixed class [, bool autoload] )
This function returns an array with the names of the interfaces that the
given class and its parents implement.
Seznam parametrů
classAn object (class instance) or a string (class name).
autoloadWhether to allow this function to load the class automatically through the __autoload magic method. Defaults to TRUE.
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| SimpleXMLIterator::valid | Nahoru |