   #PHP Manual String functions hebrev html_entity_decode

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                    hebrevc

   (PHP 3, PHP 4 )
   hebrevc --  Convert logical Hebrew text to visual text with newline
   conversion

Description

   string hebrevc ( string hebrew_text [, int max_chars_per_line])

   This function is similar to hebrev() with the difference that it
   converts newlines (\n) to "<br>\n". The optional parameter
   max_chars_per_line indicates maximum number of characters per line
   will be output. The function tries to avoid breaking words.

   See also hebrev()
   ______________________________________________________________________

   Prev   Home               Next
   hebrev  Up  html_entity_decode
