Current Location: Home> Function Categories> hebrev

hebrev

Convert logical-Hebrew to visual-Hebrew
Name:hebrev
Category:String
Programming Language:php
One-line Description:Convert Hebrew text to visible text.

Definition and usage

hebrev() function converts Hebrew text from right to left to left stream.

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

Example

Show Hebrew characters in reverse:

 <?php
echo hebrev ( "? ?????????" ) ;
?>

Try it yourself

grammar

 hebrev ( string , maxcharline )
parameter describe
string Required. Hebrew text.
maxcharline Optional. Specifies the maximum number of characters per line. If possible, hebrev() will avoid breaking the word.
Similar Functions