Easy Tutorial
❮ Php Strval Function Func Ftp Mkdir ❯

PHP hebrev() Function

PHP String Reference Manual

Example

Reverse display of Hebrew characters:


Definition and Usage

The hebrev() function converts Hebrew text from right-to-left flow to left-to-right flow.

Tip: hebrev() and hebrevc() can convert Hebrew logical text (Windows encoding) to Hebrew visible text. Hebrew visible text does not require special right-to-left character support, making it useful for displaying Hebrew text on the web.


Syntax

Parameter Description
string Required. The Hebrew text.
maxcharline Optional. Specifies the maximum number of characters per line. hebrev() will attempt to avoid breaking words.

Technical Details

Return Value: Returns the visible string.
PHP Version: 4+
--- ---
❮ Php Strval Function Func Ftp Mkdir ❯