[php] unable to use rar_open ()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have install the windows
php_rar.dll<http://kromann.info/php5_2-Release/php_rar.dll> extension
model in window  but I have problem using the functions

function extractZip( )
{
   $rar_file = rar_open('example.rar') or die("Failed to open Rar archive");
$entries_list = rar_list($rar_file);
 print_r($entries_list);
}
extractZip( );

*Fatal error*: Call to undefined function rar_open() in  on line *4*

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux