ReflectionExtension
在线手册:中文 英文
PHP手册

ReflectionExtension::isTemporary

(PHP >= 5.4.0)

ReflectionExtension::isTemporaryReturns whether this extension is temporary

说明

public void ReflectionExtension::isTemporary ( void )

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

Returns TRUE for extensions loaded by dl(), FALSE otherwise.

参见


ReflectionExtension
在线手册:中文 英文
PHP手册