SCook Posted September 9, 2008 Share Posted September 9, 2008 Hi all, Does anyone have a good method for filtering out duplicate values in an array? Some quick method, or API function? Something other than cycling through it and doing comparison, etc? Thanks. Link to comment https://forums.phpfreaks.com/topic/123367-filtered-out-duplicate-values-in-an-array/ Share on other sites More sharing options...
akitchin Posted September 9, 2008 Share Posted September 9, 2008 have a look at array_unique(). Link to comment https://forums.phpfreaks.com/topic/123367-filtered-out-duplicate-values-in-an-array/#findComment-637190 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.