ReflectionEnumBackedCase::getBackingValue Gets the scalar value backing this Enum case &reftitle.description; public intstringReflectionEnumBackedCase::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; <methodname>ReflectionEnum::getBackingValue</methodname> example getCase('Spades'); var_dump($rCase->getBackingValue()); ?> ]]> &example.outputs; &reftitle.seealso; Enumerations