teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

調整

2018/05/11 07:59

投稿

yambejp
yambejp

スコア117908

answer CHANGED
@@ -9,7 +9,7 @@
9
9
  function allempty(){
10
10
  return count(array_filter(func_get_args(),function($x){return !empty($x);}))==0;
11
11
  }
12
- if(call_user_func_array("allempty",[$a,$b,$c,$d])){
12
+ if(allempty($a,$b,$c,$d)){
13
13
  print "all empty";
14
14
  }else{
15
15
  print "not empty";