ReflectionZendExtension::__construct

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

ReflectionZendExtension::__constructConstructs a ReflectionZendExtension object

Açıklama

publicReflectionZendExtension::__construct(string$name)

Constructs a new ReflectionZendExtension object.

Bağımsız Değişkenler

name

The extension name.

Hatalar/İstisnalar

Throws ReflectionException if the extension to reflect does not exist.

To Top