PHP Manual
Function Reference
Variable and Type Related Extensions
Reflection
Introduction
Examples
Extending
Reflection
ReflectionClass
ReflectionClassConstant
ReflectionEnum
ReflectionEnumUnitCase
ReflectionEnumBackedCase
ReflectionZendExtension
ReflectionExtension
ReflectionFunction
ReflectionFunctionAbstract
ReflectionMethod
ReflectionNamedType
ReflectionObject
ReflectionParameter
ReflectionProperty
ReflectionType
ReflectionUnionType
ReflectionGenerator
ReflectionFiber
ReflectionIntersectionType
ReflectionReference
ReflectionAttribute
Reflector
ReflectionException
ReflectionAttribute::newInstance
Reflector::export
Reflection
PHP Manual
The Reflector interface
Introduction
Reflector
is an interface implemented by all exportable Reflection classes.
Interface synopsis
Reflector
extends
Stringable
/* Inherited methods */
public
string
Stringable::__toString
()
Changelog
Version
Description
8.0.0
Reflector::export
was removed.
8.0.0
Reflector
extends
Stringable
now. It inherits
Stringable::__toString
, replacing
Reflector::__toString
.
See Also
Reflector::export
Table of Contents
Reflector::export
— Exports