PHP Conference Japan 2024

ReflectionZendExtension::__construct

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

ReflectionZendExtension::__construct构造一个 ReflectionZendExtension 对象

描述

public ReflectionZendExtension::__construct(string $name)

构造一个新的 ReflectionZendExtension 对象。

参数

name

扩展名。

错误/异常

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

添加注释

用户贡献的注释

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