Returns the key of the current item.

Returns

scalar Scalar on success `0` on failure.

Source

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