The ReflectionType class

(PHP 7, PHP 8)

Introducción

The ReflectionType class reports information about a function's parameter/return type or a class's property type. The Reflection extension declares the following subtypes:

Sinopsis de la Clase

abstractclassReflectionTypeimplementsStringable {
publicallowsNull(): bool
}

Historial de cambios

VersiónDescripción
8.0.0ReflectionType has become abstract and ReflectionType::isBuiltin() has been moved to ReflectionNamedType::isBuiltin().

Tabla de contenidos

To Top