Statement on glibc/iconv Vulnerability

A classe ReflectionZendExtension

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

Introdução

Resumo da classe

class ReflectionZendExtension implements Reflector {
/* Propriedades */
public string $name;
/* Métodos */
public __construct(string $name)
private __clone(): void
public static export(string $name, bool $return = ?): string
public getAuthor(): string
public getName(): string
public getURL(): string
public getVersion(): string
public __toString(): string
}

Propriedades

name

Nome da extensão. Somente leitura, lança ReflectionException ao tentar escrever.

Registro de Alterações

Versão Descrição
8.0.0 ReflectionZendExtension::export() foi removido.

Índice

add a note

User Contributed Notes

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