(PHP 4, PHP 5, PHP 7, PHP 8)
hebrev — Convierte un texto lógico hebreo en texto visual
Convierte un texto lógico hebreo en texto visual.
La función intenta evitar la división de palabras.
stringUn string de entrada en hebreo.
max_chars_per_line
El argumento opcional max_chars_per_line
indica el número máximo de caracteres por línea en el resultado.
Devuelve el string visual.
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.