Test Ar-PHP Functionality Online

header line!
Test PHP Function










Ar-PHP Manual

method normalise [line 241]

string normalise( string $text)

Takes a string, it applies the various filters in this class to return a unicode normalised string suitable for activities such as searching, indexing, etc.



Tags:

return:  the result normalised string.
author:  Djihed Afifi <djihed@gmail.com>
access:  public


Parameters:

string   $text   the text to be normalised.

Example
  1.      include('./I18N/Arabic.php');
  2.      $obj new I18N_Arabic('Normalise');
  3.  
  4.      $str "Arabic text with tatweel, tashkeel...";
  5.  
  6.      echo "<p><u><i>Before:</i></u><br />$str<br /><br />";
  7.  
  8.      $text $obj->stripTatweel($str);
  9.  
  10.      echo "<u><i>After:</i></u><br />$text<br /><br />";
Popular
Recent
Links
Ads!
footer line!

No Software Patents! General Public License

Home | Twitter | Blog | Contact

Copyright © 2006 - 2016 Khaled Al-Sham'aa