This object provides a way of storing more than one value for a given name. These values can be accessed by another index.
Gets whether or not the array contains the specified index. This is very useful when deciding if the array's index was initialized by some value or not.
Gets whether or not the array contains the specified value. This is very useful when deciding if the array's value was stored in some index.
Gets all the indices for the array, as another array.
Gets the number of items stored in the array.
Gets whether or not a given variable is an array.