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



Related Class Documentation

<?php
    
include('Arabic.php');
    
$Arabic = new Arabic('ArSoundex');
    
    
$Clinton = array('كلينتون''كلينتن',
                     
'كلينطون''كلنتن'
                     
'كلنتون''كلاينتون');

    echo 
'<ul>';
    foreach (
$Clinton as $name){
        
$soundex $Arabic->soundex($name);
        
        echo 
"<li> $name <b class=hilight>
              ($soundex)</b></li>"
;
    }
    echo 
'</ul>';

    
    
$Milosevic = array('ميلوسيفيتش'
           
'ميلوسفيتش''ميلوزفيتش'
           
'ميلوزيفيتش''ميلسيفيتش'
           
'ميلوسيفتش');

    echo 
'<ul>';
    foreach (
$Milosevic as $name){
        
$soundex $Arabic->soundex($name);
        
        echo 
"<li> $name <b class=hilight>
              ($soundex)</b></li>"
;
    }
    echo 
'</ul>';
?>


  • كلينتون (K453)
  • كلينتن (K453)
  • كلينطون (K453)
  • كلنتن (K453)
  • كلنتون (K453)
  • كلاينتون (K453)
  • ميلوسيفيتش (M421)
  • ميلوسفيتش (M421)
  • ميلوزفيتش (M421)
  • ميلوزيفيتش (M421)
  • ميلسيفيتش (M421)
  • ميلوسيفتش (M421)
Solving of the problem is on finding out the people who will solve it.
حل المشكلة هو بايجاد من يستطيعون حلها
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? | إن لم يكن الآن فمتى؟ إن لم تكن أنت وأنا فمن غيرنا؟