ReflectionType 类

(PHP 7, PHP 8)

简介

ReflectionType 类报告有关函数的参数/返回类型以及类的属性类型的信息。Reflection 扩展声明了以下子类型:

类摘要

abstract class ReflectionType implements Stringable {
/* 方法 */
public allowsNull(): bool
public __toString(): string
}

更新日志

版本 说明
8.0.0 ReflectionType 已成为抽象类,ReflectionType::isBuiltin() 已移至 ReflectionNamedType::isBuiltin()

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top