PHP: hebrev() function
PHP: Convert logical Hebrew text to visual text
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
It will be nice if you may share this link in any developer community or anywhere else, from where other developers may find this content. Thanks.
https://w3resource.com/php/function-reference/hebrev.php
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics