あらかじめ設定されている定数や自分でdefine()した定数の一覧を取得したい
----/--/-- --- --:--
・get_defined_constants()で定数一覧取得 ・「user」が自分で設定した定数
$constant = get_defined_constants(true); var_export($constant['user']);