PHP Hebrev() Function

PHP hebrev() is string function, which is used to convert Hebrew text from right to left or left to right visual text.

Syntax:


hebrev(string,maxcharline) ;  
     
Parameter Description Required/Optional
String A Hebrew text. Required
maxcharline Specify maximum character for each line. Optional

Example 1


<?php  
echo hebrev("? ???? ?????");  
?>
        

Output

??????? ?????? ???