ReflectionZendExtension クラス

はじめに

クラス概要

ReflectionZendExtension
implements Reflector
/* プロパティ */
public string $name;
/* メソッド */
public __construct(string $name)
private void __clone()
public static string export(string $name, bool $return = ?)
public string getAuthor()
public string getCopyright()
public string getName()
public string getURL()
public string getVersion()
public string __toString()

プロパティ

name

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

変更履歴

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