CakeFest 2024: The Official CakePHP Conference

ReflectionZendExtension::__construct

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

ReflectionZendExtension::__constructConstruit un objet ReflectionZendExtension

Description

public ReflectionZendExtension::__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.

add a note

User Contributed Notes

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