Test Ar-PHP Functionality Online

header line!
Test PHP Function










Ar-PHP Manual

method setLanguage [line 113]

object setLanguage( string $value)

Set the output language



Tags:

return:  to build a fluent interface
author:  Khaled Al-Sham'aa <khaled@ar-php.org>
access:  public


Parameters:

string   $value   Output language (Hiero or Phoenician)

Example
  1.      include('./I18N/Arabic.php');
  2.      $obj new I18N_Arabic('Hiero');
  3.  
  4.      $word $_GET['w'];
  5.      $im   $obj->str2hiero($word);
  6.  
  7.      header ("Content-type: image/jpeg");
  8.      imagejpeg($im''80);
  9.      ImageDestroy($im);
Popular
Recent
Links
Ads!
footer line!

No Software Patents! General Public License

Home | Twitter | Blog | Contact

Copyright © 2006 - 2016 Khaled Al-Sham'aa