計數匹配陣列我有一個數組結構,看起來像這樣:PHP - 在陣列
Array
(
[0] => Array
(
[type] => image
[data] => Array
(
[id] => 1
[alias] => test
[caption] => no caption
[width] => 200
[height] => 200
)
)
[1] => Array
(
[type] => image
[data] => Array
(
[id] => 2
[alias] => test2
[caption] => hello there
[width] => 150
[height] => 150
)
)
)
我的問題是,我如何纔能有自己的類型設置爲圖像嵌入式陣列的數量的計數(或其他任何事情)?在實踐中,這個值可以變化。
因此,上述陣列會給我的2
感謝
感謝 - 很多偉大的答案,從大家! – Sergio 2010-04-18 16:49:45