【PHP】定義済みの定数を全て取得する。

めも。

var_dump(get_defined_constants());
die();

get_difined_constants()を実行することで、実行時点までに定義された定数の一覧を取得することが出来る。

これはまじで便利。