ReflectionZendExtension クラス

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

はじめに

クラス概要

class ReflectionZendExtension implements Reflector {
/* プロパティ */
public string $name;
/* メソッド */
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
}

プロパティ

name

拡張モジュール名。読み込み専用で、書き込もうとすると ReflectionException をスローします。

変更履歴

バージョン 説明
8.0.0 ReflectionZendExtension::export() は、削除されました。

目次

add a note add a note

User Contributed Notes

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