Reflection ReflectionZendExtension 클래스

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


소개


클래스 개요

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

Properties

name
확장의 이름입니다. 읽기 전용, 쓰기 시도 시 ReflectionException이 발생합니다.

목차