(PHP 4, PHP 5, PHP 7, PHP 8)
hebrev — Convert logical Hebrew text to visual text
Converts logical Hebrew text to visual text.
The function tries to avoid breaking words.
stringA Hebrew input string.
max_chars_per_lineThis optional parameter indicates maximum number of characters per line that will be returned.
Returns the visual string.
From my experience in using hebrev text in HTML, I prefer using
<html dir="rtl" lang="he">
over mentioned PHP functions. It works perfectly with IE 6 ... needs some tweaking in Mozilla though.
I found this site http://tlt.its.psu.edu/suggestions/international/web/tips/align.html useful.