0
$rounds = $season->championsLeague->rounds->where('stage', 'Olympic')->take(2);
$indexes = [];
foreach ($rounds as $index => $round) {
$indexes[] = $index;
}
echo '<pre>';print_r($indexes);echo '<pre>';
ではない始まりと私はインデックスで受け取る:配列 ( [0] => 6 [1] => 7 )ことが可能であるどのようにインデックスは0
? なぜアレイ ( [0] => 0 [1] => 1 )