84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
例: これら 2 つの配列を 1 回限りの出力と組み合わせる方法
$banner = Banner::all();
$channel = Channel::all();
return ['banner'=>$banner, 'channel'=>$channel];
2つの変数値を配列に入れて直接返します
例: これら 2 つの配列、ワンタイムリターン出力をマージする方法
//thinkphp
2つの変数値を配列に入れて直接返します
例: これら 2 つの配列、ワンタイムリターン出力をマージする方法
//thinkphp
$banner = Banner::all();
$channel = Channel::all();