php8.5
Home/ Manual/ reflection / reflectionzendextension/ ReflectionZendExtension::__construct

ReflectionZendExtension::__construct

PHP function Edit on GitHub ✎

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

Constructs a ReflectionZendExtension object

Description

ReflectionZendExtension::__construct(string $name)

Constructs a new ReflectionZendExtension object.

Parameters

name

The extension name.

Errors/Exceptions

Throws ReflectionException if the extension to reflect does not exist.

Source: reference/reflection/reflectionzendextension/construct.xml · from the official PHP manual (php/doc-en)