array_values « Data Structure « PHP






1.Return all the values of an array
2.array_values( ) returns an array of all the values in that array
3.array_values() function returns an array containing all of the values constituting the input array.
4.Getting and Displaying Counts of Array Values