我需要从多维数组中获取最后6个值,我正在尝试这样做
for($i=0;$i<6;$i++){
$stats = array_shift($stats);
}
但是在第一次array_shift之后,我得到了以下错误
PHP Warning: array_shift(): The argument should be an array
在PHP中有没有可以做到这一点的函数?
在PHP中,如何从多维数组中删除包含空元素的行?
例如,来自:
1: a, b, c, d
2: d, _, b, a
3: a, b, _, _
4: d, c, b, a
5: _, b, c, d
6: d, c, b, a
至
1: a, b, c, d
4: d, c, b, a
6: d, c, b, a
谢谢!
myTable
name id number
Joe 20 72-11433.80-11427.14-6.66-R
kay 115 3-547.86-547.86-0.00-R
mary 85 12-0.49-0.49-0.00-R
从myTable中选择*
Joe 20 72-11433.80-11427.14-6.66-R
kay 115 3-547.86-547.86-0.00-R
mary 85 12-0.49-0.49-0.00-R
从myTable中选择拆分(数字,'-')
["72"
由于服务器的版本,我试图将PHP多维数组转换为javascript数组,而不使用json编码器。
多维数组的例子:
Array (
[0] => Array (
[0] => 18
[1] => Région Grand EST
[2] => GE )
[1] => Array (
[0] => 17
[1] => Région Grand OUEST / NORD
[2] => GO N