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
ReflectionEnumBackedCase::getBackingValue
ReflectionZendExtension::__clone
Reflection
PHP Manual
The ReflectionZendExtension class
Introduction
Class synopsis
ReflectionZendExtension
implements
Reflector
/* Properties */
public
string
$name
;
/* Methods */
public
__construct
(
string
$name
)
private
void
__clone
()
public
static
string
export
(
string
$name
,
bool
$return
= ?
)
public
string
getAuthor
()
public
string
getCopyright
()
public
string
getName
()
public
string
getURL
()
public
string
getVersion
()
public
string
__toString
()
Properties
name
Name of the extension. Read-only, throws
ReflectionException
in attempt to write.
Changelog
Version
Description
8.0.0
ReflectionZendExtension::export
was removed.
Table of Contents
ReflectionZendExtension::__clone
— Clone handler
ReflectionZendExtension::__construct
— Constructs a ReflectionZendExtension object
ReflectionZendExtension::export
— Export
ReflectionZendExtension::getAuthor
— Gets author
ReflectionZendExtension::getCopyright
— Gets copyright
ReflectionZendExtension::getName
— Gets name
ReflectionZendExtension::getURL
— Gets URL
ReflectionZendExtension::getVersion
— Gets version
ReflectionZendExtension::__toString
— To string handler