(PHP 5, PHP 7)
Checks if class is defined internally by an extension, or the core
public bool ReflectionClass::isInternal ( void )
Checks if the class is defined internally by an extension, or the core, as opposed to user-defined.
Returns:
Returns TRUE on success or FALSE on failure.
Examples:
Basic usage of ReflectionClass::isInternal