La clase ReflectionZendExtension

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

Introducción

Sinopsis de la Clase

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

Propiedades

name

Nombre de la extensión. Solo lectura, genera ReflectionException al intentar escribir.

Historial de cambios

Versión Descripción
8.0.0 ReflectionZendExtension::export() ha sido eliminado.

Tabla de contenidos

add a note

User Contributed Notes

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