(PHP 4, PHP 5, PHP 7)
hebrevc — Convert logical Hebrew text to visual text with newline conversion
Ця функція ЗАСТАРІЛА, починаючи з PHP 7.4.0, та ВИЛУЧЕНА в PHP 8.0.0. Вкрай не рекомендується на неї покладатися.
This function is similar to hebrev() with the difference that it converts newlines (\n) to "<br>\n".
The function tries to avoid breaking words.
hebrew_textA Hebrew input string.
max_chars_per_lineThis optional parameter indicates maximum number of characters per line that will be returned.
Returns the visual string.
| Версія | Опис |
|---|---|
| 8.0.0 | Removed this function. |
| 7.4.0 | Deprecated this function. |