<?php $rar_file = rar_open('example.rar') or die("Failed to open Rar archive");$entries_list = rar_list($rar_file);print_r($entries_list);?>