public function deleteName($Name) { $Index = $this->_Names[$Name]['index']; $this->PclZip->deleteByIndex($Index); }