wie man alle definierte konstante in PHP abholt

$constants = get_defined_constants();
echo '<pre>';
print_r($constants);
kinjal suryavanshi