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

<?php
require('I18N/Arabic.php');
$obj = new I18N_Arabic('CompressStr');

$obj->setInputCharset('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 %
As soon as you mention something ... if it's good, it goes away ... if it's bad, it happens.
حالما تذكر أمرا ما، إن كان جيدا فسيختفي، وإن كان سيئا فسيحدث
Index | Features | ArPHP Project | Useful Links | Download | PHP4!!!

Copyright © 2006 - 2021 Khaled Al-Sham'aa. All Rights Reserved | Sourceforge.net | GitHub.com | Terms Of Use

 

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