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
nameThe extension name.
Errors/Exceptions
Throws ReflectionException if the extension to reflect does not exist.