// ----- Reset the error handler
$this->
privErrorReset();
// ----- Check archive
if (!
$this->
privCheckFormat()) { return(0
);
} // ----- Call the extracting fct
$p_list = array
();
if (($v_result =
$this->
privList($p_list)) != 1
) { unset($p_list);
return(0
);
} // ----- Return
return $p_list;
} // --------------------------------------------------------------------------------
// --------------------------------------------------------------------------------