w3resource

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

PHP Function Reference

Previous: get_html_ translation_ table
Next: html_entity_decode



Become a Patron!

Follow us on Facebook and Twitter for latest update.

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