array_unique « Data Structure « PHP






1.To get the unique values in an array: array_unique() function
2.array_unique( ) filters an array so that a value can only appear once.
3.Working with Unique Values