PHP function hebrev()
Availability in PHP 4.0
Convert logical Hebrew text to visual text
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$hebrew_text |
string |
not | A Hebrew input string. |
$max_chars_per_line |
int |
null | This optional parameter indicates maximum number of characters per line that will be returned. |
Return values
string
the visual string.