// 0 on an unrecoverable failure,
// The list of the files in the archive.
// --------------------------------------------------------------------------------
function listContent() { $v_result=1;
// ----- 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
);
}