ReflectionClass
PHP 手册

ReflectionClass::isInternal

(PHP 5)

ReflectionClass::isInternalChecks if internal

说明

public bool ReflectionClass::isInternal ( void )

Checks whether the class is internal, as opposed to user-defined.

Warning

本函数暂无文档,仅有参数列表。

参数

This function has no parameters.

返回值

如果成功则返回 TRUE,失败则返回 FALSE

参见


ReflectionClass
PHP 手册