unique()
The unique() method removes duplicate values
Last updated
The unique() method removes duplicate values
Last updated
$sortFlags
Used to modify the sorting behavior using these values:
Sorting type flags:
SORT_REGULAR
- compare items normally (don't change types)
SORT_NUMERIC
- compare items numerically
SORT_STRING
- compare items as strings
SORT_LOCALE_STRING
- compare items as strings, based on the current locale.
A filtered array.