![]() |
The hebrev() function is an inbuilt function in PHP that is used for converting Hebrew text from its logical representation to visual representation, which is commonly used for proper display in web pages and applications. Hebrew text refers to the written or typed content that uses the Hebrew script, which is a writing system used for the Hebrew language as well as other languages historically associated with Jewish communities, like Yiddish and Ladino. Syntaxhebrev( ParametersThis function accepts 2 parameters which are described below:
Return ValueThe hebrev() function returns Hebrew text into the visual representation text. Program 1: The following program demonstrates the hebrev() function. PHP
Output
Logical Text: שלום עולם! זוהי בדיקת הפונקציה hebrev ב-PHP<br>Visual Text: שלום עולם! זוהי בדיקת הפונקציה hebrev ב-PHP Program 2: The following is another program that demonstrates the hebrev() function. PHP
Output
Text is already in visual order: פונקציה hebrev ב-PHP Reference: https://www.php.net/manual/en/function.hebrev.php |
Reffered: https://www.geeksforgeeks.org
PHP |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 12 |