The ReflectionZendExtension class

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

Introdução

Sinopse da classe

ReflectionZendExtension implements Reflector {
/* Propriedades */
public $name;
/* Métodos */
public __construct ( string $name )
final private __clone ( ) : void
public static export ( string $name , bool $return = ? ) : string
public getAuthor ( ) : string
public getCopyright ( ) : string
public getName ( ) : string
public getURL ( ) : string
public getVersion ( ) : string
public __toString ( ) : string
}

Propriedades

name

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

Índice

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top