Home
last modified time | relevance | path

Searched refs:p_filelist (Results 1 – 2 of 2) sorted by relevance

/plugin/tindexmenu/inc/
H A Dpclzip.lib.php245 function create($p_filelist) argument
320 if (is_array($p_filelist)) {
324 if (isset($p_filelist[0]) && is_array($p_filelist[0])) {
325 $v_att_list = $p_filelist;
330 $v_string_list = $p_filelist;
335 else if (is_string($p_filelist)) {
431 function add($p_filelist) argument
510 if (is_array($p_filelist)) {
514 if (isset($p_filelist[0]) && is_array($p_filelist[0])) {
515 $v_att_list = $p_filelist;
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php208 // create($p_filelist, $p_add_dir="", $p_remove_dir="")
209 // create($p_filelist, $p_option, $p_option_value, ...)
213 // filesystem. The files and directories indicated in $p_filelist
215 // supported format of $p_filelist.
221 // $p_filelist : An array containing file or directory names, or
243 public function create($p_filelist)
245 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, 'PclZip::create', "filelist='$p_filelist', ..."); argument
314 // ----- Look if the $p_filelist is really an array
315 if (is_array($p_filelist)) {
318 if (isset($p_filelist[
431 add($p_filelist) global() argument
[all...]