The ReflectionFunction class
(PHP 5, PHP 7, PHP 8)
Introduction
The ReflectionFunction class reports
information about a function.
Class synopsis
public static export(
string $name
,
string $return
= ?):
string
}
Properties
- name
-
Name of the function. Read-only, throws
ReflectionException in attempt to write.
Predefined Constants
ReflectionFunction Modifiers
ReflectionFunction::IS_DEPRECATED
-
Indicates deprecated functions.
Table of Contents
There are no user contributed notes for this page.