hebrevc 


string apg

CONVERT a logical Hebrew text to visual text whit newline conversion.





This function tries to avoid breaking words.

This function is similar to the function hebrev with the difference that it converts newlines (\n) to "<br>\n".


This function has been DEPRECATED as of PHP 7.4.0.

Relying on this function is highly discouraged.




<?php

str hebrevc 
str $hebrew_text [, int $max_chars_per_line ] )


where,

$str The Hebrew input STRING

$max_chars_per_line 
To control the maximum number of 
                                                             characters per line 
                                                             that will be returned 
?>
 

$str


The Hebrew STRING to convert to visual text.



$max_chars_per_line


To control the maximum number of characters per line that will be returned.