ReflectionZendExtension::__construct

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

ReflectionZendExtension::__constructConstruit un objet ReflectionZendExtension

Description

publicReflectionZendExtension::__construct(string$name)

Construit un nouvel objet ReflectionZendExtension.

Liste de paramètres

name

Le nom de l'extension.

Erreurs / Exceptions

Lance une ReflectionException si l'extension à réfléchir n'existe pas.

To Top