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



See also: EnTransliteration

Related Class Documentation

<?php
  
include('Arabic.php');
  
$Ar = new Arabic('ArTransliteration');

  
$en_terms = array('George Bush',
      
'Paul Wolfowitz''Silvio Berlusconi',
      
'Guantanamo','Arizona','Maryland',
      
'Oracle','Yahoo','Google','Formula1',
      
'Boeing','Caviar','Telephone',
      
'Internet');

    echo 
'<ul>';
    
    foreach(
$en_terms as $term) {
        
$ar_term $Ar->en2ar($term);
        
$ar_term trim($ar_term);
        
        echo 
"<li> $term <b class=hilight>
              ($ar_term)</b></li>"
;
    }

    echo 
'</ul>';
?>


  • George Bush (جورج بوش)
  • Paul Wolfowitz (باول وولفوويتز)
  • Silvio Berlusconi (سيلفيو برلوسكوني)
  • Guantanamo (غوانتانامو)
  • Arizona (اريزونه)
  • Maryland (ماريلاند)
  • Oracle (اوراكل)
  • Yahoo (ياهو)
  • Google (غوغل)
  • Formula1 (فورمولا1)
  • Boeing (بوينغ)
  • Caviar (كافيار)
  • Telephone (تلفون)
  • Internet (انترنت)
Eat one live toad the first thing in the morning and nothing worse will happen to you the rest of the day.
تناول ضفدع حي في الصباح، ولن تصادف ما هو أسوء طيلة ذلك اليوم
Index | Features | ArPHP Project | Useful Links | About Us | Download | PHP4!!!

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

 

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