1
我有了這個數組:PHP array_count_values多維數組
fffarray(2) {
[0]=>
array(1) {
["keyword1"]=>
string(17) "Software Engineer"
}
[3]=>
array(2) {
["keyword1"]=>
string(10) "Hampelmann"
["keyword2"]=>
string(17) "Software Engineer"
}
}
我要像
fffarray(1) {
["Software Engineer"]=>
int(2)
["Hampelmann"]=>
int(1)
}
輸出我真的盡力了,但不能做到這一點。
請你幫幫我。
感謝
作品,非常感謝 – user3169083
蕩,通過一點點打我。 :) – Biotox