|
ReflectionConstant クラスはじめにReflectionConstant クラスは、グローバル定数に関する情報を報告します。 クラス概要
ReflectionConstant
implements
Reflector
/* プロパティ */
public
string
$name;
/* メソッド */
public __construct(string
$name)public ReflectionExtensionnull getExtension()
public stringfalse getExtensionName()
public stringfalse getFileName()
public string getName()
public string getNamespaceName()
public string getShortName()
public mixed getValue()
public bool isDeprecated()
public string __toString()
プロパティ
変更履歴
参考
|