我想实现这个
foreach($spacecount as $x => $x_value) {
if($spacecount[$x+1] < $spacecount[$x+2] ) {
echo $spacecount[$x];
}
}
就像我们可以在for循环中一样,但我也想在需要时使用它的密钥。我该怎么办呢?
数组看起来像
Array ( [ Tables] => 5
[Home] => 0
[ Wallet] => 5
[Designer] => 0
)
它包含关键文本中的空格