第40题 【单项选择】 (1分) : $array = [1, 2, 3]; foreach ($array as &$value) {}foreach ($array as $value) {}echo implode(',', $array);输出结果为