Help for this page

Select Code to Download


  1. or download this
    $tar->write('Test2.tbz', COMPRESS_BZIP);
    $tar->add_files(@files);
    
  2. or download this
    $tar->add_files(@files);
    $tar->write('Test2.tbz', COMPRESS_BZIP);