Test Ar-PHP Functionality Online

header line!
Test PHP Function










Ar-PHP Manual

static method standard [line 96]

static String standard( string $text)

This method will standardize Arabic text to follow writing standards (just like magazine rules)



Tags:

return:  Standardized version of input Arabic text
author:  Khaled Al-Sham'aa <khaled@ar-php.org>
access:  public


Parameters:

string   $text   Arabic text you would like to standardize

Example
  1.      include('./I18N/Arabic.php');
  2.      $obj new I18N_Arabic('Standard');
  3.  
  4.      $str $obj->standard($content);
  5.  
  6.      echo $str;
Popular
Recent
Links
Ads!
footer line!

No Software Patents! General Public License

Home | Twitter | Blog | Contact

Copyright © 2006 - 2016 Khaled Al-Sham'aa