Test Ar-PHP Functionality Online

header line!
Test PHP Function













Ar-PHP Manual

method utf8Strrev [line 284]

string utf8Strrev( string $str, [boolean $reverse_numbers = false])

Take a UTF8 string and reverse it.



Tags:

return:  The reversed string.
access:  public


Parameters:

string   $str   the string to be reversed.
boolean   $reverse_numbers   whether to reverse numbers.

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