Friday, 26 September 2014

hebrev in PHP

PHP hebrev() function is utilized to change over the Hebrew logical text to Hebrew visual text.

Syntax:

hebrev(string,maxcharline)
string : Required. A Hebrew input text .
maxcharline : Optional. Indicates maximum number of characters for every line that will be returned.

 Example:

<?php 
echo hebrev(" á çùåï äúùñâ ");
?>

O/P:

âñùúä ïåùç á

0 comments:

Post a Comment