回答編集履歴

1

コードの最適化

2017/03/13 08:30

投稿

Everatch
Everatch

スコア241

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```php
8
8
 
9
- function empty_recursive($InputVariable) {
9
+ function is_array_empty($InputVariable) {
10
10
 
11
11
  $result = true;
12
12