PHP hebrev Function
What is hebrev Function?
Explanation
In PHP this function is used to convert logical hebrew text to visual text.
Syntax:
hebrev(string,maxcharline)
In the above syntax "string" specifies the hebrew text, "maxcharline" specifies the maximum characters perline.
Example :
<?php
echo hebrev("á çùåï äúùñâ");
?>
Result :
âñùúä ïåùç á
In the above example for hebrev function the hebrew string is formatted from left to right.