回答編集履歴

1

参考追加

2019/09/08 05:50

投稿

unhappychoice
unhappychoice

スコア1531

test CHANGED
@@ -1,4 +1,4 @@
1
- ```
1
+ ```php
2
2
 
3
3
  function array_flatten($arr){
4
4
 
@@ -15,3 +15,7 @@
15
15
 
16
16
 
17
17
  などで最終的に flat にしてはどうでしょうか。
18
+
19
+
20
+
21
+ [参考: phpで array flatten をやる](https://takuya-1st.hatenablog.jp/entry/2016/05/02/194602)