hebrev

(PHP 4, PHP 5)

hebrevConvert logical Hebrew text to visual text

Description

string hebrev ( string $hebrew_text [, int $max_chars_per_line = 0 ] )

Converts logical Hebrew text to visual text.

The function tries to avoid breaking words.

Parameters

hebrew_text

A Hebrew input string.

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() - Convert logical Hebrew text to visual text with newline conversion

Коментарии

Автор:
From my experience in using hebrev text in HTML, I prefer using
 
<html dir="rtl" lang="he"> 

over mentioned PHP functions. It works perfectly with IE 6 ... needs some tweaking in Mozilla though.

I found this site http://tlt.its.psu.edu/suggestions/international/web/tips/align.html useful.
2004-12-14 05:46:17
http://php5.kiev.ua/manual/ru/function.hebrev.html

    Поддержать сайт на родительском проекте КГБ