php8.5
Home/ Manual/ reference / reflection/ The ReflectionFunction class

The ReflectionFunction class

The ReflectionFunction class reports information about a function.

Intro

The ReflectionFunction class reports information about a function.

Class synopsis

class ReflectionFunction extends ReflectionFunctionAbstract { }

Predefined Constants

ReflectionFunction Modifiers

ReflectionFunction::IS_DEPRECATEDint

Indicates deprecated functions.

Changelog

VersionDescription
8.4.0The class constants are now typed.
8.0.0ReflectionFunction::export was removed.

Reflectionfunction

In this section

Source: reference/reflection/reflectionfunction.xml · from the official PHP manual (php/doc-en)