PHP: hebrev() function
Description
The hebrev() function is used to convert logical Hebrew text to visual text.
Version:
(PHP 4 and above)
Syntax:
hebrev(hebrew_text, max_chars_per_line)
Parameters:
Name | Description | Required / Optional |
Type |
---|---|---|---|
hebrew_text | A Hebrew input string. | Required | String |
max_chars_per_line | It indicates a maximum number of characters per line that will be returned. | Optional | Integer |
Return value:
The visual string.
Value Type: String
Example:
<?php
echo hebrev("á çùåï äúùñâ");
?>
Output:
âñùúä ïåùç á
See also
Previous: get_html_ translation_ table
Next: html_entity_decode
Inviting useful, relevant, well-written and unique guest posts
- New Content published on w3resource :
- Python Numpy exercises
- Python GeoPy Package exercises
- Python Pandas exercises
- Python nltk exercises
- Python BeautifulSoup exercises
- Form Template
- Composer - PHP Package Manager
- PHPUnit - PHP Testing
- Laravel - PHP Framework
- Angular - JavaScript Framework
- React - JavaScript Library
- Vue - JavaScript Framework
- Jest - JavaScript Testing Framework