ReflectionZendExtension::__construct

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

ReflectionZendExtension::__construct构造 ReflectionZendExtension 对象

说明

public ReflectionZendExtension::__construct(string $name)

构造一个新的 ReflectionZendExtension 对象。

参数

name

扩展名。

错误/异常

如果要反射的扩展不存在,则抛出 ReflectionException

添加备注

用户贡献的注释

此页面没有用户贡献的注释。
To Top