ReflectionZendExtension 类

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

简介

类摘要

classReflectionZendExtensionimplementsReflector {
public__construct(string$name)
private__clone(): void
publicstaticexport(string$name, bool$return = ?): string
publicgetAuthor(): string
publicgetName(): string
publicgetURL(): string
}

属性

name

扩展名。只读,在尝试赋值的时候抛出 ReflectionException

更新日志

版本说明
8.0.0 已移除 ReflectionZendExtension::export()

目录

To Top