Home » PHP Hebrev() function

PHP Hebrev() function

by Online Tutorials Library

PHP Hebrev() Function

PHP hebrev() is string function, which is used to convert Hebrew text from right to left or left to right visual text.

Syntax:

Parameter Description Required/Optional
string A Hebrew text. required
maxcharline Specify maximum character for each line. optional

Example 1

Output:

??????? ?????? ???  

Next TopicPHP String

You may also like