Table of Contents

Syntax

string hebrev(string $hebrewtext [, int $charsperline])

(PHP 4, PHP 5)

$hebrewtext Source string containing Hebrew characters.
$charsperline Maximum number of characters per line.
RETURNS The source string ($hebrewtext) with Hebrew characters converted to visual characters.

What it Does

Takes a source string containing Hebrew text ($hebrewtext), and converts Hebrew characters to a visual style.

Example

// convert text
echo('Hebrew text: ' . hebrev($source));
 
hebrev.txt · Last modified: 2008/04/18 14:00 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki