HEBREV(3) 1 HEBREV(3)
hebrev - Convert logical Hebrew text to visual text
SYNOPSIS
string hebrev (string $hebrew_text, [int $max_chars_per_line])
DESCRIPTION
Converts logical Hebrew text to visual text.
The function tries to avoid breaking words.
PARAMETERS
o $hebrew_text
- A Hebrew input string.
o $max_chars_per_line
- This optional parameter indicates maximum number of characters per line that will be returned.
RETURN VALUES
Returns the visual string.
SEE ALSO
hebrevc(3).
PHP Documentation Group HEBREV(3)