You are here

function PclZip::deleteByIndex in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php \PclZip::deleteByIndex()

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php, line 1065

Class

PclZip

Code

function deleteByIndex($p_index) {
  $p_list = $this
    ->delete(PCLZIP_OPT_BY_INDEX, $p_index);

  // ----- Return
  return $p_list;
}