February 2013
Intermediate to advanced
538 pages
20h 55m
English
class_implements
array class_implements(mixedclass[, boolautoload_class])
If class is an object, returns an
array containing the names of the interfaces implemented by
class’s object class. If
class is a string, returns an array
containing the names of the interfaces implemented by the class named
class. Returns false if class is
neither an object nor a string, or if class
is a string but no object class of that name exists. If
autoload_class is set and is true, the class is loaded through the
class’s __autoload() function
before getting the interfaces it implements.
Read now
Unlock full access