ReflectionEnumUnitCase::getValue
このリフレクションオブジェクトが表す case オブジェクトを取得する
&reftitle.description;
public UnitEnumReflectionEnumUnitCase::getValue
このリフレクションオブジェクトが表す
列挙型の case オブジェクトを返します。
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
このリフレクションオブジェクトが表す
列挙型の case オブジェクトを返します。
&reftitle.examples;
ReflectionEnum::getValue の例
getCase('Diamonds');
var_dump($rCase->getValue());
?>
]]>
&example.outputs;
&reftitle.seealso;
列挙型(Enum)