Example Output 1:
Before:
Hpf lk hgkhs hglj'vtdkK Hpf hg`dk dldg,k f;gdjil Ygn
,p]hkdm hgHl,v tb drt,k ljv]]dk fdk krdqdk>
After:
أحب من الناس المتطرفين، أحب الذين يميلون بكليتهم إلى
وحدانية الأمور فلا يقفون مترددين بين نقيضين.
جبران خليل جبران
Example Code 1:
<?php
include('I18N_Arabic.php');
$Arabic = new I18N_Arabic('KeySwap');
$str = "Hpf lk hgkhs hglj'vtdkK Hpf hg`dk dldg,k f;gdjil Ygn
,p]hkdm hgHl,v tb drt,k ljv]]dk fdk krdqdk>";
echo "<u><i>Before:</i></u><br />$str<br /><br />";
$text = $Arabic->swapEa($str);
echo "<u><i>After:</i></u><br />$text<br /><br /><b>جبران خليل جبران</b>";
?>
Example Output 2:
Before:
ِىغ هىفثممهلثىف بخخم ؤشى ةشنث فاهىلس لاهللثق ةخقث ؤخةحمثء شىي ةخقث رهخمثىفز ÷ف فشنثس ش فخعؤا خب لثىهعس شىي ش مخف خب ؤخعقشلث فخ ةخرث هى فاث خححخسهفث يهقثؤفهخىز
After:
Any intelligent fool can make things bigger more complex and more violent. It takes a touch of genius and a lot of courage to move in the opposite direction.
Albert Einstein
Example Code 2:
<?php
include('I18N_Arabic.php');
$Arabic = new I18N_Arabic('KeySwap');
$str = "ِىغ هىفثممهلثىف بخخم ؤشى ةشنث فاهىلس لاهللثق ةخقث ؤخةحمثء شىي ةخقث
رهخمثىفز ÷ف فشنثس ش فخعؤا خب لثىهعس شىي ش مخف خب ؤخعقشلث فخ ةخرث هى فاث خح
حخسهفث يهقثؤفهخىز";
echo "<u><i>Before:</i></u><br />$str<br /><br />";
$text = $Arabic->swapAe($str);
echo "<u><i>After:</i></u><br />$text<br /><br /><b>Albert Einstein</b>";
?>
Total execution time is 0.030988931655884 seconds
Amount of memory allocated to this script is 250816 bytes
Names of included or required files:
- /srv/www/vhosts/ar-php.org/httpdocs/I18N_Arabic/I18N_Arabic/Examples/ArKeySwap.php
- /srv/www/vhosts/ar-php.org/httpdocs/I18N_Arabic/I18N_Arabic.php
- /srv/www/vhosts/ar-php.org/httpdocs/I18N_Arabic/I18N_Arabic/I18N_Arabic_KeySwap.php
Related Class Documentation