How can the constant defined below be accessed from within PHP? seenagape 10 years ago How can the constant defined below be accessed from within PHP?<code>class myClass {const FOO = βBARβ;}</code> A.myClass::$FOO B.myClass::$$FOO C.myClass::FOO D.myClass::foo E.$foo::myClass β Previous question Next question β