ReflectionEnumBackedCase::getBackingValueGets the scalar value backing this Enum case
&reftitle.description;
publicintstringReflectionEnumBackedCase::getBackingValue
Gets the scalar value backing this Enum case.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
The scalar equivalent of this enum case.
&reftitle.examples;
ReflectionEnum::getBackingValue example
getCase('Spades');
var_dump($rCase->getBackingValue());
?>
]]>
&example.outputs;
&reftitle.seealso;
Enumerations