PHP 8.3.4 Released!

The ReflectionZendExtension class

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

Introduction

Class synopsis

class ReflectionZendExtension implements Reflector {
/* Properties */
public string $name;
/* Methods */
public __construct(string $name)
private __clone(): void
public static export(string $name, bool $return = ?): string
public getAuthor(): string
public getName(): string
public getURL(): string
public getVersion(): string
public __toString(): string
}

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

add a note

User Contributed Notes

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