ReflectionClass
PHP 手册

ReflectionClass::isInterface

(PHP 5)

ReflectionClass::isInterfaceChecks if interface

说明

public bool ReflectionClass::isInterface ( void )

Checks whether the class is an interface.

Warning

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

参数

This function has no parameters.

返回值

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

参见


ReflectionClass
PHP 手册