Unsets an offset.

Parameters

  • string $offset The offset to unset.

Returns

void

Source

						public function offsetUnset($offset) {
		unset($this->_data[$offset]);
		prev($this->_data);
	}