ReflectionClass::isInterface
(PHP 5)
ReflectionClass::isInterface — Checks if interface
Descrição
public bool ReflectionClass::isInterface
( void
)
Checks whether the class is an interface.
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não contém parâmetros.
Valor Retornado
Retorna TRUE em caso de sucesso ou FALSE em falhas.
User Contributed Notes
ReflectionClass::isInterface
ReflectionClass::isInterface
There are no user contributed notes for this page.

ReflectionClass::isInstantiable