If indicated the $p_remove_path can be used in the same way as it is
used in extractModify() method.
public extractList ( array $p_filelist, string $p_path = '', string $p_remove_path = '' ) : true | ||
$p_filelist | array | An array of filenames and directory names, or a single string with names separated by a single blank space. |
$p_path | string | The path of the directory where the files/dir need to by extracted. |
$p_remove_path | string | Part of the memorized path that can be removed if present at the beginning of the file/dir path. |
return | true | on success, false on error. |