English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
PHP String Character String Functions Manual
hebrev() function is used to convert logical order Hebrew (logical-Hebrew) to visual order Hebrew (visual-Hebrew)
string hebrev ( string $hebrew_text[, int $max_chars_per_line = 0 ] )
Used to convert logical Hebrew text to visible text
It returns the visible string.
Serial Number | Parameters and Description |
---|---|
1 | hebrew_text It contains information about the Hebrew string input |
2 | max_chars_per_line It contains information about the maximum number of characters per line returned |
Try the following example
<?php echo hebrev("á çùåï äúùñâ"); ?>Test and see‹/›
Output Result-
á çùåï äúùñâ