get_defined_constants()
to List All Defined Constantsget_defined_constants()
to List All Defined ConstantsThe get_defined_constants()
function returns an array of all defined constants. This is useful for debugging and understanding the constants available in your script.