Searched refs:p_index (Results 1 – 2 of 2) sorted by relevance
/plugin/tindexmenu/inc/ |
H A D | pclzip.lib.php | 844 function extractByIndex($p_index) argument 960 $v_arg_trick = array (PCLZIP_OPT_BY_INDEX, $p_index); 1065 function deleteByIndex($p_index) argument 1069 $p_list = $this->delete(PCLZIP_OPT_BY_INDEX, $p_index);
|
/plugin/indexmenu/inc/ |
H A D | pclzip.lib.php | 769 // extractByIndex($p_index, $p_path="./", $p_remove_path="") 770 // extractByIndex($p_index, [$p_option, $p_option_value, ...]) 779 // $p_index : A single index (integer) or a string of indexes of files to 803 //function extractByIndex($p_index, options...) 804 public function extractByIndex($p_index) 806 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, "PclZip::extractByIndex", "index='$p_index', ..."); 905 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "index='$p_index', path='$v_path', remove_path='$v_remove_path', remove_all_path='".($v_remove_path?'true':'false')."'"); 908 // Here I want to reuse extractByRule(), so I need to parse the $p_index 910 $v_arg_trick = [PCLZIP_OPT_BY_INDEX, $p_index]; 1018 // delete(PCLZIP_OPT_BY_INDEX, $p_index) shoul 844 extractByIndex($p_index) global() argument 1065 deleteByIndex($p_index) global() argument [all...] |