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



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 (انترنت)
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 | 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? | إن لم يكن الآن فمتى؟ إن لم تكن أنت وأنا فمن غيرنا؟