php / 8.1.5 / class.reflectiontype.html /

The ReflectionType class

Introduction

(PHP 7, PHP 8)

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:

Class synopsis

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

Changelog

Version Description
8.0.0 ReflectionType has become abstract and ReflectionType::isBuiltin() has been moved to ReflectionNamedType::isBuiltin().

Table of Contents

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.reflectiontype.php