PHP 8.3.7 Released!

ReflectionZendExtension::__construct

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

ReflectionZendExtension::__constructConstrói um objeto ReflectionZendExtension

Descrição

public ReflectionZendExtension::__construct(string $name)

Constrói um novo objeto ReflectionZendExtension.

Parâmetros

name

O nome da extensão.

Erros/Exceções

Lança ReflectionException se a extensão a ser refletida não existir.

add a note

User Contributed Notes

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