Reflection
PHP Manual

The ReflectionZendExtension class

(PHP > 5.4.0)

Introduction

Class synopsis

ReflectionZendExtension implements Reflector {
/* Properties */
/* Methods */
final private void ReflectionZendExtension::__clone ( void )
public static string ReflectionZendExtension::export ( string $name [, string $return ] )
public string ReflectionZendExtension::getAuthor ( void )
public string ReflectionZendExtension::getName ( void )
public string ReflectionZendExtension::getURL ( void )
public string ReflectionZendExtension::getVersion ( void )
public string ReflectionZendExtension::__toString ( void )
}

Properties

name

Name of the extension. Read-only, throws ReflectionException in attempt to write.

Table of Contents


Reflection
PHP Manual