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





 
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 %
Skinner's Constant: That quantity which, when multiplied by, divided by, added to, or subtracted from the answer you get, gives you the answer you should have got.
ثابت سكينر: هو ذلك المقدار الذي إذا ضربته أو قسمته أو جمعته أو طرحته من جوابك فستحصل على الإجابة الصحيحة
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? | إن لم يكن الآن فمتى؟ إن لم تكن أنت وأنا فمن غيرنا؟