ReflectionClass::isUserDefined
(PHP 5)
ReflectionClass::isUserDefined — Checks if user defined
Descrição
public bool ReflectionClass::isUserDefined
( void
)
Checks whether the class is user-defined, as opposed to internal.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
Retorna TRUE em caso de sucesso ou FALSE em caso de falha.
Veja Também
- ReflectionClass::isInternal() - Checks if class is defined internally by an extension, or the core