Returns the item keys.

Returns

array The keys of the items.

Source

						public function keys() {
		return array_keys($this->_data);
	}