PclZip::deleteByIndex() –
You appear to be a bot. Output may be restricted
Description
Usage
PclZip::deleteByIndex( $p_index );
Parameters
- $p_index
- ( mixed ) required –
Returns
void
Source
File name: wordpress/wp-admin/includes/class-pclzip.php
Lines:
1 to 8 of 8
function deleteByIndex($p_index) { $p_list = $this->PclZip::delete(PCLZIP_OPT_BY_INDEX, $p_index); // ----- Return return $p_list; }