例
$a = 4,5,6
を取得したい
$b = array(
4 => 1,
5 => 1,
6 => 1
);
アドバイスをお願いします
PHP array_fill_keys(),extract() 関数
PHP array_fill_keys(),extract() 関数