March 2002
Intermediate to advanced
528 pages
21h 29m
English
array_unique
array array_unique(array array)
Creates and returns an array containing each element in the given array. If any values are duplicated, the later values are ignored. Keys from the original array are preserved.