ReflectionClass::getInterfaces
Gets the interfaces
&reftitle.description;
public arrayReflectionClass::getInterfaces
Gets the interfaces.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
An associative array of interfaces, with keys as interface
names and the array values as ReflectionClass objects.
&reftitle.examples;
ReflectionClass::getInterfaces example
getInterfaces());
?>
]]>
&example.outputs.similar;
ReflectionClass Object
(
[name] => Foo
)
[Bar] => ReflectionClass Object
(
[name] => Bar
)
)
]]>
&reftitle.seealso;
ReflectionClass::getInterfaceNames