PHP數組去除重複項 有個內置函數array_unique (),但是php的 array_unique函數只適用於一維數組,對多維數組並不適用,以下提供一個二維數組 的 array_unique函數...
www.php114.net