الصفحة الرئيسية
المزايا
المشروع
روابط مفيدة
حولنا
تنزيل
الأسئلة الشائعة
النسخة القديمة





 
Related Class Documentation

<?php
include('Arabic.php');
$obj = new Arabic('ArCompressStr');

$obj->setInputCharset('windows-1256');
$obj->setOutputCharset('windows-1256');

$file 'Examples/Compress/ar_example.txt';
$fh fopen($file'r');
$str fread($fhfilesize($file));
fclose($fh);

$zip $obj->compress($str);

$before strlen($str);
$after strlen($zip);
$rate round($after 100 $before);

echo 
"String size before 
      was: 
$before Byte<br>";

echo 
"Compressed string size 
      after is: 
$after Byte<br>";

echo 
"Rate $rate %";

$str $obj->decompress($zip);

//echo nl2br($str);
?>


String size before was: 1899 Byte
Compressed string size after is: 1372 Byte
Rate 72 %
The man who can smile when things go wrong has thought of someone he can blame it on.
الرجل الذي يستطيع الإبتسام حين تسوء الأمور لديه فكرة عن من يستطيع أن يلومه على ذلك
Index | Features | ArPHP Project | Useful Links | About Us | Download | PHP4!!!

Copyright © 2006 - 2011 Ar-PHP. All Rights Reserved | Sourceforge.net | Terms Of Use

 

  If not now when? If not you and me who else? | إن لم يكن الآن فمتى؟ إن لم تكن أنت وأنا فمن غيرنا؟