PHP 8.5.0 Beta 3 available for testing

ReflectionZendExtension::__construct

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

ReflectionZendExtension::__construct β€” Construye 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