PHP 8.3.4 Released!

La classe ReflectionZendExtension

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

Introduction

Synopsis de la classe

class ReflectionZendExtension implements Reflector {
/* Propriétés */
public string $name;
/* Méthodes */
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
}

Propriétés

name

Nom de l'extension. En lecture seule, émets ReflectionException lors d'une tentative d'écriture.

Historique

Version Description
8.0.0 ReflectionZendExtension::export() a été supprimé.

Sommaire

add a note

User Contributed Notes

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