Php hebrevc
From w3cyberlearnings
Contents |
PHP function hebrevc
This function converts logical Hebrew text to visual text with newline conversion.
Syntax hebrevc
- string: A Hebrew input string.
- perline (optional): indicates maximum number of character per line to return.
hebrevc(string, perline);
Example 1
echo hebrevc( 'בוקר טוב, ושום דבר יותר.' );
Output
.בוקר טוב, ושום דבר יותר