Rar::getVersion -- Get version of the archiver used to add the entry
Syntax
int Rar::getVersion ( void )
Get version of the archiver used to add the archive entry.
Example 1. Rar::getVersion() example
<?php
$rar_file = rar_open('example.rar') or die("Failed to open Rar archive");
$entry = rar_entry_get($rar_file, 'Dir/file.txt') or die("Failed to find such entry");
echo "Rar (WinRAR) version used: " . $entry->getVersion();
?>
Rar::getVersion() returns FALSE on error.
Php rar getversion Function syntax tag
rar getversion php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php rar getversion syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.