PHP 8.5.0 Alpha 1 available for testing

ReflectionZendExtension::__construct

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

ReflectionZendExtension::__constructConstruye un objeto ReflectionZendExtension

Descripción

public ReflectionZendExtension::__construct(string $name)

Construye un nuevo objeto ReflectionZendExtension.

Parámetros

name

El nombre de la extensión.

Errores/Excepciones

Se lanza una ReflectionException si la extensión a reflejar no existe.

add a note

User Contributed Notes

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