الصفحة الرئيسية
المزايا
المشروع
روابط مفيدة
تنزيل
الأسئلة الشائعة
النسخة القديمة
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($fh, filesize($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 %
Brains x Beauty x Availability = Constant
الذكاء x الجمال x التوفر = رقم ثابت
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? | إن لم يكن الآن فمتى؟ إن لم تكن أنت وأنا فمن غيرنا؟