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





 
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)
Experiments must be reproducable, they should fail the same way each time.
يجب أن تكون التجارب قابلة للتكرار، إذ عليها أن تفشل بذات الطريقة
Index | Features | ArPHP Project | Useful Links | About Us | Download | PHP4!!!

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

 

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