end() - Set the internal pointer of an array to its last element key() - Fetch a key from an array each() - Return the current key and value pair from an array and advance the array cursor prev() - Rewind the internal array pointer reset() - Set the internal pointer of an array to its first element next() - Advance the internal array pointer of an array