Test Ar-PHP Functionality Online

header line!
Test PHP Function










Ar-PHP Manual

method soundex [line 301]

string soundex( string $word)

Arabic soundex algorithm takes Arabic word as an input and produces a character string which identifies a set words that are (roughly) phonetically alike.



Tags:

return:  Soundex value for a given Arabic word
author:  Khaled Al-Sham'aa <khaled@ar-php.org>
access:  public


Parameters:

string   $word   Arabic word you want to calculate its soundex

Example
  1.    include('./I18N/Arabic.php');
  2.    $obj new I18N_Arabic('Soundex');
  3.  
  4.    $soundex $obj->soundex($name);
Popular
Recent
Links
Ads!
footer line!

No Software Patents! General Public License

Home | Twitter | Blog | Contact

Copyright © 2006 - 2016 Khaled Al-Sham'aa