PHP 8.1.28 Released!

ReflectionZendExtension::__construct

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

ReflectionZendExtension::__constructСоздаёт объект ReflectionZendExtension

Описание

public ReflectionZendExtension::__construct(string $name)

Создаёт объект ReflectionZendExtension.

Список параметров

name

Имя модуля.

Ошибки

Выбрасывает исключение ReflectionException, если указанный модуль не существует.

add a note

User Contributed Notes

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