deleteByIndex() public method

--------------------------------------------------------------------------------
public deleteByIndex ( $p_index )
Exemplo n.º 1
0
 public function deleteName($Name)
 {
     $Index = $this->_Names[$Name]['index'];
     $this->PclZip->deleteByIndex($Index);
 }