Preguntas etiquetadas con indirection

80
Nombre de constante dinámica en PHP

Estoy tratando de crear un nombre constante de forma dinámica y luego obtener el valor. define( CONSTANT_1 , "Some value" ) ; // try to use it dynamically ... $constant_number = 1 ; $constant_name = ("CONSTANT_" . $constant_number) ; // try to assign the constant value to a