values

Get all the item values of an Array.


Syntax


Parameters

  • Array subject - The Array to get the item values from.


Result

  • Array - An Array containing all the item values of subject as item values.

Returns the item values of subject. This is essentially the same as re-assigning the item keys of subject from 0.