hebrev
Convert logical-Hebrew to visual-Hebrew
hebrev()
function converts Hebrew text from right to left to left stream.
Tip: hebrev()
and hebrevc()
can convert Hebrew logical text (Windows encoding) into Hebrew visible text. Hebrew visible text does not require special right-to-left character support, which makes it useful for displaying Hebrew text on the Web.
Show Hebrew characters in reverse:
<?php echo hebrev ( "? ?????????" ) ; ?>
Try it yourself
hebrev ( string , maxcharline )
parameter | describe |
---|---|
string | Required. Hebrew text. |
maxcharline | Optional. Specifies the maximum number of characters per line. If possible, hebrev() will avoid breaking the word. |