我想在php中刪除數組中的重複元素。以下是陣列的結構在php中刪除數組中的重複項
Array
(
[0] => Array
(
[0] => [email protected]
[1] => [email protected]
[2] => [email protected]
[3] => [email protected]
[4] => [email protected]
[5] => [email protected]
[6] => [email protected]
[7] => [email protected]
)
)
如何去解決它?
是該數據是從使用SQL表中拉回來?如果這樣,那麼問題就不能在那裏解決了? (一羣一羣)只接受獨特的答覆? – Aleski 2012-04-25 12:25:59
嘗試在php – Prabhuram 2012-04-25 12:26:04