ReflectionClass::isInterface
(PHP 5)
ReflectionClass::isInterface — Checks if interface
Description
public bool ReflectionClass::isInterface
( void
)
Checks whether the class is an interface.
Warning
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
Returns TRUE on success or FALSE on failure.
ReflectionClass::isInterface
There are no user contributed notes for this page.
