変数操作関数 2016年11月03日 13:04   編集
全ての定義済の変数を配列で返す

$arr = get_defined_vars();
print_r($arr);
counter:2,942