PHP

PHP Menu

PHP

hebrev() Function - Definition, Syntax, Parameters, Examples

Definition

The hebrev() function converts Hebrew text from a right-to-left flow to a left-to-right flow.

Syntax

hebrev(string, maxcharline)

Parameters

Parameter Description
string Required. A Hebrew text.
maxcharline Optional. Specifies maximum characters for each line. hebrev() will avoid breaking words if possible.

Example

<?php

echo hebrev("á çùåï äúùñâ");

Introduction

PHP Basics

PHP Advance

PHP OOP

PHP Functions and Methods